Christoffer Lerno
Christoffer Lerno
Linking the library manually isn't that much of a problem though?
It seems to depend. For example, if I look into: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin on my machine I have a bunch of asan dylibs.
I rebased dev and made the changes needed to call asan correctly. HOWEVER, if you look there are additional settings you can give to the sanitizers. They should be set...
You mean compatible with the LLVM 18 Asan output? I've cut away LLVM < 17 support now. I think it should be possible to the get the asan libraries from...
Thank you, I'm excited to have this finally in the compiler. I'm planning to take time this evening.
PS I'll handle the merge conflicts as well.
Can you please squash this into a single commit for me to look at? I can do the final merge onto master, but before that I want something that's just...
Can you have a look at sanitizer2 and check that I didn't introduce any new problems in my rebase?
Thank you for your hard work!