[HWASan] Port HWASan to Linux x86-64 (clang)
authorAlex Shlyapnikov <alekseys@google.com>
Fri, 23 Mar 2018 19:47:45 +0000 (19:47 +0000)
committerAlex Shlyapnikov <alekseys@google.com>
Fri, 23 Mar 2018 19:47:45 +0000 (19:47 +0000)
commit0a20cefffd3140666e29934df970561824e4c87e
tree61ca5863e9d570282f69f743d391bac60d389a05
parentca93f5e60515081f0314ef4e7f376af9af4eb2a7
[HWASan] Port HWASan to Linux x86-64 (clang)

Summary: Porting HWASan to Linux x86-64, the third of the three patches, clang part.

Reviewers: eugenis

Subscribers: cryptoad, cfe-commits

Differential Revision: https://reviews.llvm.org/D44745

llvm-svn: 328361
clang/lib/Driver/SanitizerArgs.cpp
clang/lib/Driver/ToolChains/Linux.cpp
clang/test/Driver/Inputs/resource_dir/lib/linux/libclang_rt.hwasan-x86_64.a.syms [new file with mode: 0644]
clang/test/Driver/fsanitize-blacklist.c
clang/test/Driver/fsanitize.c
clang/test/Driver/sanitizer-ld.c