]> granicus.if.org Git - llvm/commit
gn build: Add build files for compiler-rt/lib/{hwasan,interception,sanitizer_common...
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 15 Jan 2019 21:08:21 +0000 (21:08 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 15 Jan 2019 21:08:21 +0000 (21:08 +0000)
commitc844b4637635e8f604bac0c81dff26d92bf6b4ac
tree26b5ce5cc1ef1fee475bd02e982c8520a850a56a
parentc7e0e274239156ba8ed266fbd14424ee4eb73253
gn build: Add build files for compiler-rt/lib/{hwasan,interception,sanitizer_common,ubsan}.

This allows the hwasan runtime to be built for Android aarch64.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351246 91177308-0d34-0410-b5e6-96231b3b80d8
utils/gn/build/BUILD.gn
utils/gn/secondary/BUILD.gn
utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn [new file with mode: 0644]
utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn [new file with mode: 0644]
utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn [new file with mode: 0644]
utils/gn/secondary/compiler-rt/lib/ubsan/BUILD.gn [new file with mode: 0644]