issues
search
BlueBrain
/
hpc-coding-conventions
Apache License 2.0
8
stars
5
forks
source link
Improve support for sanitizers with AppleClang
#144
Closed
olupton
closed
2 years ago
olupton
commented
2 years ago
The runtime library name is slightly different with AppleClang than with Clang.
We need to set
DYLD_INSERT_LIBRARIES
instead of
LD_PRELOAD
on macOS.
We need to launch tests using the actual Python executable, not a shim, otherwise the preloading will be ignored.
DYLD_INSERT_LIBRARIES
instead ofLD_PRELOAD
on macOS.