The sanitizers use C++ but don't require linking with the library.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Apparently this hasn't worked that good: It seems my local linker just magically adds -lc. We could manually add it to the flags but I don't quite like that because that should be the compiler's job...