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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 12 10:34:35 PDT 2022


thakis 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 = [ "." ]
----------------
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
```


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