File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ static_library("Support") {
109109 " LockFileManager.cpp" ,
110110 " MD5.cpp" ,
111111 " MSP430AttributeParser.cpp" ,
112- " Mustache.cpp" ,
113112 " MSP430Attributes.cpp" ,
114113 " ManagedStatic.cpp" ,
115114 " MathExtras.cpp" ,
116115 " MemAlloc.cpp" ,
117116 " MemoryBuffer.cpp" ,
118117 " MemoryBufferRef.cpp" ,
119118 " ModRef.cpp" ,
119+ " Mustache.cpp" ,
120120 " NativeFormatting.cpp" ,
121121 " OptimizedStructLayout.cpp" ,
122122 " OptionStrCmp.cpp" ,
@@ -125,6 +125,7 @@ static_library("Support") {
125125 " Parallel.cpp" ,
126126 " PluginLoader.cpp" ,
127127 " PrettyStackTrace.cpp" ,
128+ " ProgramStack.cpp" ,
128129 " RISCVAttributeParser.cpp" ,
129130 " RISCVAttributes.cpp" ,
130131 " RISCVISAUtils.cpp" ,
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ unittest("SupportTests") {
7474 " Path.cpp" ,
7575 " PerThreadBumpPtrAllocatorTest.cpp" ,
7676 " ProcessTest.cpp" ,
77+ " ProgramStackTest.cpp" ,
7778 " ProgramTest.cpp" ,
7879 " RISCVAttributeParserTest.cpp" ,
7980 " RecyclerTest.cpp" ,
You can’t perform that action at this time.
0 commit comments