[all-commits] [llvm/llvm-project] 313124: gn build: Change scudo's list of supported platfor...
pcc via All-commits
all-commits at lists.llvm.org
Fri Dec 6 15:54:08 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3131249204bcb85e506332ea07a3101b7f656fce
https://github.com/llvm/llvm-project/commit/3131249204bcb85e506332ea07a3101b7f656fce
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
M llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn
Log Message:
-----------
gn build: Change scudo's list of supported platforms to a whitelist.
Scudo only supports building for android/linux/fuchsia, so require target_os to
be one of linux/fuchsia to do a stage2_unix scudo build. Android is already
covered by the stage2_android* toolchains below.
Differential Revision: https://reviews.llvm.org/D71131
More information about the All-commits
mailing list