]> granicus.if.org Git - clang/commit
[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)
commitd92d858be289c11c99db2fd5fa234a51137bfb31
treed1f9e6f8691b9e6a6b9188b6f76580eba38231cf
parentcbbdeee837d1bae21273a59e85c1b084c97e06cb
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328361 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/SanitizerArgs.cpp
lib/Driver/ToolChains/Linux.cpp
test/Driver/Inputs/resource_dir/lib/linux/libclang_rt.hwasan-x86_64.a.syms [new file with mode: 0644]
test/Driver/fsanitize-blacklist.c
test/Driver/fsanitize.c
test/Driver/sanitizer-ld.c