[PATCH] D127560: gn build: Add support for building the AArch64 LSE builtins.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 12:53:06 PDT 2022


pcc added inline comments.


================
Comment at: llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn:38
+          source_set("lse_${pat}_${size}_${model}") {
+            sources = [ "aarch64/lse.S" ]
+            include_dirs = [ "." ]
----------------
thakis wrote:
> This angers and confuses the sync script as-is:
> 
> ```
> % llvm/utils/gn/build/sync_source_lists_from_cmake.py 
> [gn build] Port a72d462eb9b9 -- https://reviews.llvm.org/rGa72d462eb9b9
>   llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
>    remove:
>     aarch64/lse.S
> ```
Ah, found a way to silence that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127560/new/

https://reviews.llvm.org/D127560



More information about the llvm-commits mailing list