We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ee861 commit b4237dbCopy full SHA for b4237db
llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -18,6 +18,7 @@ static_library("Utils") {
18
"CloneModule.cpp",
19
"CodeExtractor.cpp",
20
"CtorUtils.cpp",
21
+ "Debugify.cpp",
22
"DemoteRegToStack.cpp",
23
"EntryExitInstrumenter.cpp",
24
"EscapeEnumerator.cpp",
llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn
@@ -22,7 +22,6 @@ executable("opt") {
sources = [
"AnalysisWrappers.cpp",
"BreakpointPrinter.cpp",
25
- "Debugify.cpp",
26
"GraphPrinters.cpp",
27
"NewPMDriver.cpp",
28
"PassPrinters.cpp",
0 commit comments