[llvm] 4e612a6 - [gn build] Port afec08ef9f10

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 05:39:29 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-03-19T12:33:31Z
New Revision: 4e612a62bd0f3c4f182ecd7652f92d288fc06894

URL: https://github.com/llvm/llvm-project/commit/4e612a62bd0f3c4f182ecd7652f92d288fc06894
DIFF: https://github.com/llvm/llvm-project/commit/4e612a62bd0f3c4f182ecd7652f92d288fc06894.diff

LOG: [gn build] Port afec08ef9f10

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
index 93976d3bd5efdf..25fcdc4d001512 100644
--- a/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
@@ -205,6 +205,7 @@ copy("Headers") {
     "ia32intrin.h",
     "immintrin.h",
     "intrin.h",
+    "intrin0.h",
     "inttypes.h",
     "invpcidintrin.h",
     "iso646.h",
@@ -310,6 +311,7 @@ copy("Headers") {
     "xsaveoptintrin.h",
     "xsavesintrin.h",
     "xtestintrin.h",
+    "yvals_core.h",
   ]
   outputs = [ "$clang_resource_dir/include/{{source_target_relative}}" ]
 }


        


More information about the llvm-commits mailing list