[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 Apr 6 06:26:13 PDT 2022


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Seems fine. Not sure if the dep commented below should be behind a toggle. I suppose it probably builds quickly, so maybe not worth it.



================
Comment at: llvm/utils/gn/secondary/compiler-rt/BUILD.gn:16
+if (llvm_build_AArch64) {
+  supported_toolchains += [ "//llvm/utils/gn/build/toolchain:stage2_baremetal_aarch64" ]
+}
----------------
Will we now always build these, unconditionally?


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