Skip to content

Commit

Permalink
[gn build] (manually) ort 5074776
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Mar 31, 2020
1 parent d5ee720 commit c26a352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
Expand Up @@ -46,7 +46,7 @@ copy("arm_headers") {
":arm_sve",
]
sources = []
foreach (dep, deps) {
foreach(dep, deps) {
sources += get_target_outputs(dep)
}
outputs = [ "$clang_resource_dir/include/{{source_file_part}}" ]
Expand Down Expand Up @@ -169,6 +169,7 @@ copy("Headers") {
"vecintrin.h",
"vpclmulqdqintrin.h",
"waitpkgintrin.h",
"wasm_simd128.h",
"wbnoinvdintrin.h",
"wmmintrin.h",
"__wmmintrin_aes.h",
Expand Down

0 comments on commit c26a352

Please sign in to comment.