The default blacklists may vary across different architectures and
configurations. It was not wise to include into http://reviews.llvm.org/D11968
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
You could create a fake resource directory which contains only the asan_blacklist.txt file. See test/Driver/Inputs/resource_dir for an example of this kind of thing.
Comment Actions
I believe it's unnecessary. The default blacklists are handled in https://github.com/llvm-mirror/clang/blob/82a8792ad361e9443615fc81ee8dd37c76e64dbd/lib/Driver/SanitizerArgs.cpp#L82, and the code I added is in the frontend. The tests I am removing are not really testing that blacklists get into the deps. They test that default blacklists are explicitly passed from the toolchain to the frontend. If there's no such a test, I could add it in a separate CL, and it will be a driver test, not a frontend test.