File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
llvm/utils/gn/secondary/lldb/source
Plugins/LanguageRuntime/CPlusPlus Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11static_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}
Original file line number Diff line number Diff line change @@ -105,6 +105,5 @@ static_library("Target") {
105105 " UnixSignals.cpp" ,
106106 " UnwindAssembly.cpp" ,
107107 " UnwindLLDB.cpp" ,
108- " VerboseTrapFrameRecognizer.cpp" ,
109108 ]
110109}
You can’t perform that action at this time.
0 commit comments