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 9c542a5 commit e28ace8Copy full SHA for e28ace8
llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/BUILD.gn
@@ -51,7 +51,6 @@ static_library("LLVMWebAssemblyCodeGen") {
51
"WebAssemblyLateEHPrepare.cpp",
52
"WebAssemblyLowerBrUnless.cpp",
53
"WebAssemblyLowerEmscriptenEHSjLj.cpp",
54
- "WebAssemblyLowerGlobalDtors.cpp",
55
"WebAssemblyLowerRefTypesIntPtrConv.cpp",
56
"WebAssemblyMCInstLower.cpp",
57
"WebAssemblyMCLowerPrePass.cpp",
llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -51,6 +51,7 @@ static_library("Utils") {
"LoopUnrollRuntime.cpp",
"LoopUtils.cpp",
"LoopVersioning.cpp",
+ "LowerGlobalDtors.cpp",
"LowerInvoke.cpp",
"LowerMemIntrinsics.cpp",
"LowerSwitch.cpp",
0 commit comments