[PATCH] D122862: gn build: Fix support for building the builtins for baremetal.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 15 14:28:54 PDT 2022
thakis added a comment.
Herald added a subscriber: Enna1.
This breaks building with `use_asan = true` afaict:
[0/1] Regenerating ninja files
ERROR at //llvm/utils/gn/build/BUILD.gn:347:5 (//llvm/utils/gn/build/toolchain:stage2_baremetal_aarch64): Assertion failed.
assert(is_clang && (current_os == "ios" || current_os == "linux" ||
^-----
asan only supported on iOS/Clang, Linux/Clang, and macOS/Clang, got baremetal
(I locally added `, got $current_os` to the assert string)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122862/new/
https://reviews.llvm.org/D122862
More information about the llvm-commits
mailing list