Skip to content

Commit b4237db

Browse files
committed
gn build: Merge 25ee861
1 parent 25ee861 commit b4237db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ static_library("Utils") {
1818
"CloneModule.cpp",
1919
"CodeExtractor.cpp",
2020
"CtorUtils.cpp",
21+
"Debugify.cpp",
2122
"DemoteRegToStack.cpp",
2223
"EntryExitInstrumenter.cpp",
2324
"EscapeEnumerator.cpp",

llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ executable("opt") {
2222
sources = [
2323
"AnalysisWrappers.cpp",
2424
"BreakpointPrinter.cpp",
25-
"Debugify.cpp",
2625
"GraphPrinters.cpp",
2726
"NewPMDriver.cpp",
2827
"PassPrinters.cpp",

0 commit comments

Comments
 (0)