22:04 KungFuJesus: are there special caveats to build mesa with clang on Linux? I've had to do some preprocessor definitions to get around some fairly GCC specific things but I'm wondering if there's a more kosher way
22:05 KungFuJesus: dlopen/dladdr related functions don't appear to be included if not compiled with GCC, but everything not Linux wants/needs them. They are GNU extensions but I think they're fairly common in modern unixes
22:40 HdkR: clang shouldn't change visibility of dlopen and dladdr
22:41 HdkR: I should know, my project requires clang and we use dlopen