[all-commits] [llvm/llvm-project] c870e3: gn build: Only build the hwasan runtime in aliasin...
pcc via All-commits
all-commits at lists.llvm.org
Mon May 17 11:49:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c870e36be1b21c1f306927fc9eb983390e434278
https://github.com/llvm/llvm-project/commit/c870e36be1b21c1f306927fc9eb983390e434278
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn
Log Message:
-----------
gn build: Only build the hwasan runtime in aliasing mode on x86.
The LAM mode is currently untested by check-hwasan, so we only need
to build the runtime in aliasing mode. Because LAM mode will always
need to be conditional (because only certain hardware will support
it) we can always just disable the LAM lit tests if it ever starts
being tested.
More information about the All-commits
mailing list