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",
|
"WebAssemblyLateEHPrepare.cpp",
|
||||||
"WebAssemblyLowerBrUnless.cpp",
|
"WebAssemblyLowerBrUnless.cpp",
|
||||||
"WebAssemblyLowerEmscriptenEHSjLj.cpp",
|
"WebAssemblyLowerEmscriptenEHSjLj.cpp",
|
||||||
"WebAssemblyLowerGlobalDtors.cpp",
|
|
||||||
"WebAssemblyLowerRefTypesIntPtrConv.cpp",
|
"WebAssemblyLowerRefTypesIntPtrConv.cpp",
|
||||||
"WebAssemblyMCInstLower.cpp",
|
"WebAssemblyMCInstLower.cpp",
|
||||||
"WebAssemblyMCLowerPrePass.cpp",
|
"WebAssemblyMCLowerPrePass.cpp",
|
||||||
|
|
|
@ -51,6 +51,7 @@ static_library("Utils") {
|
||||||
"LoopUnrollRuntime.cpp",
|
"LoopUnrollRuntime.cpp",
|
||||||
"LoopUtils.cpp",
|
"LoopUtils.cpp",
|
||||||
"LoopVersioning.cpp",
|
"LoopVersioning.cpp",
|
||||||
|
"LowerGlobalDtors.cpp",
|
||||||
"LowerInvoke.cpp",
|
"LowerInvoke.cpp",
|
||||||
"LowerMemIntrinsics.cpp",
|
"LowerMemIntrinsics.cpp",
|
||||||
"LowerSwitch.cpp",
|
"LowerSwitch.cpp",
|
||||||
|
|
Loading…
Reference in New Issue