Skip to content

Commit 4334b43

Browse files
committed
[gn] port bb4ed55
1 parent 52cb6e9 commit 4334b43

File tree

2 files changed

+8
-3
lines changed
  • llvm/utils/gn/secondary/lldb/source

2 files changed

+8
-3
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
static_library("CPlusPlus") {
22
output_name = "lldbPluginCPPRuntime"
3-
configs += [ "//llvm/utils/gn/build:lldb_code" ]
3+
configs += [
4+
"//llvm/utils/gn/build:clang_code",
5+
"//llvm/utils/gn/build:lldb_code",
6+
]
47
deps = [
58
"//lldb/source/Core",
69
"//lldb/source/Symbol",
710
"//lldb/source/Target",
811
]
9-
sources = [ "CPPLanguageRuntime.cpp" ]
12+
sources = [
13+
"CPPLanguageRuntime.cpp",
14+
"VerboseTrapFrameRecognizer.cpp",
15+
]
1016
}

llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,5 @@ static_library("Target") {
105105
"UnixSignals.cpp",
106106
"UnwindAssembly.cpp",
107107
"UnwindLLDB.cpp",
108-
"VerboseTrapFrameRecognizer.cpp",
109108
]
110109
}

0 commit comments

Comments
 (0)