llvm-project/clang/include
Evgeniy Stepanov d991cdd50b [asan] A clang flag to enable ELF globals-gc.
This feature is subtly broken when the linker is gold 2.26 or
earlier. See the following bug for details:
  https://sourceware.org/bugzilla/show_bug.cgi?id=19002

Since the decision needs to be made at compilation time, we can not
test the linker version. The flag is off by default on ELF targets,
and on otherwise.

llvm-svn: 302591
2017-05-09 21:57:43 +00:00
..
clang [asan] A clang flag to enable ELF globals-gc. 2017-05-09 21:57:43 +00:00
clang-c [libclang] Expose some target information via the C API. 2017-04-28 15:56:39 +00:00
CMakeLists.txt