[all-commits] [llvm/llvm-project] d97bab: [HWASan] Don't build alias mode on non-x86.
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Mon May 17 10:32:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d97bab65118558ec8376749529338477b5768866
https://github.com/llvm/llvm-project/commit/d97bab65118558ec8376749529338477b5768866
Author: Matt Morehouse <mascasa at google.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M compiler-rt/lib/hwasan/CMakeLists.txt
Log Message:
-----------
[HWASan] Don't build alias mode on non-x86.
Alias mode is not expected work on non-x86, so don't build it there.
Should fix the aarch64 bot.
More information about the All-commits
mailing list