We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d650183 commit 16fa8c7Copy full SHA for 16fa8c7
llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
@@ -205,6 +205,7 @@ copy("Headers") {
205
"ia32intrin.h",
206
"immintrin.h",
207
"intrin.h",
208
+ "intrin0.h",
209
"inttypes.h",
210
"invpcidintrin.h",
211
"iso646.h",
@@ -310,6 +311,7 @@ copy("Headers") {
310
311
"xsaveoptintrin.h",
312
"xsavesintrin.h",
313
"xtestintrin.h",
314
+ "yvals_core.h",
315
]
316
outputs = [ "$clang_resource_dir/include/{{source_target_relative}}" ]
317
}
0 commit comments