forked from OSchip/llvm-project
[gn build] Port 9c542a5a4e
This commit is contained in:
parent
9c542a5a4e
commit
e28ace8a97
|
@ -51,7 +51,6 @@ static_library("LLVMWebAssemblyCodeGen") {
|
|||
"WebAssemblyLateEHPrepare.cpp",
|
||||
"WebAssemblyLowerBrUnless.cpp",
|
||||
"WebAssemblyLowerEmscriptenEHSjLj.cpp",
|
||||
"WebAssemblyLowerGlobalDtors.cpp",
|
||||
"WebAssemblyLowerRefTypesIntPtrConv.cpp",
|
||||
"WebAssemblyMCInstLower.cpp",
|
||||
"WebAssemblyMCLowerPrePass.cpp",
|
||||
|
|
|
@ -51,6 +51,7 @@ static_library("Utils") {
|
|||
"LoopUnrollRuntime.cpp",
|
||||
"LoopUtils.cpp",
|
||||
"LoopVersioning.cpp",
|
||||
"LowerGlobalDtors.cpp",
|
||||
"LowerInvoke.cpp",
|
||||
"LowerMemIntrinsics.cpp",
|
||||
"LowerSwitch.cpp",
|
||||
|
|
Loading…
Reference in New Issue