[gn build] Port 9c542a5a4e

This commit is contained in:
LLVM GN Syncbot 2022-03-15 00:51:57 +00:00
parent 9c542a5a4e
commit e28ace8a97
2 changed files with 1 additions and 1 deletions

View File

@ -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",

View File

@ -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",