diff options
-rw-r--r-- | llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn index 2d303ec7c1e..e992e19eafc 100644 --- a/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn @@ -45,6 +45,7 @@ copy("Headers") { # Tell `gn format` to not reorder the sources list: Its order matches CMake, # and the ordering is alphabetical but ignores leading underscores. sources = [ + "arm_cmse.h", "adxintrin.h", "altivec.h", "ammintrin.h", |