[PATCH] D56628: gn build: Add build files for compiler-rt/lib/{hwasan,interception,sanitizer_common,ubsan}.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 11 17:39:23 PST 2019


pcc created this revision.
pcc added reviewers: thakis, phosek, eugenis.
Herald added subscribers: fedor.sergeev, kristof.beyls, krytarowski, javed.absar, dberris, kubamracek, srhines.

This allows the hwasan runtime to be built for Android aarch64 (but
currently r347650 needs to be reverted because of pr40250).

Depends on D56626 <https://reviews.llvm.org/D56626>

Depends on D56627 <https://reviews.llvm.org/D56627>


Repository:
  rL LLVM

https://reviews.llvm.org/D56628

Files:
  llvm/utils/gn/build/BUILD.gn
  llvm/utils/gn/secondary/BUILD.gn
  llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
  llvm/utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn
  llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
  llvm/utils/gn/secondary/compiler-rt/lib/ubsan/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56628.181406.patch
Type: text/x-patch
Size: 8402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190112/146cdc18/attachment.bin>


More information about the llvm-commits mailing list