Skip to content

Commit a37f0a0

Browse files
committed
gn build: Port db03408
1 parent 574b66f commit a37f0a0

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
static_library("DWARFCFIChecker") {
2+
output_name = "LLVMDWARFCFIChecker"
3+
deps = [
4+
"//llvm/lib/DebugInfo/DWARF/LowLevel",
5+
"//llvm/lib/MC",
6+
"//llvm/lib/Support",
7+
]
8+
sources = [
9+
"DWARFCFIAnalysis.cpp",
10+
"DWARFCFIFunctionFrameAnalyzer.cpp",
11+
"DWARFCFIFunctionFrameStreamer.cpp",
12+
"DWARFCFIState.cpp",
13+
]
14+
}

llvm/utils/gn/secondary/llvm/tools/llvm-mc/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
executable("llvm-mc") {
22
deps = [
3+
"//llvm/lib/DWARFCFIChecker",
34
"//llvm/lib/MC",
45
"//llvm/lib/MC/MCParser",
56
"//llvm/lib/Support",

0 commit comments

Comments
 (0)