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") {
109
109
" LockFileManager.cpp" ,
110
110
" MD5.cpp" ,
111
111
" MSP430AttributeParser.cpp" ,
112
- " Mustache.cpp" ,
113
112
" MSP430Attributes.cpp" ,
114
113
" ManagedStatic.cpp" ,
115
114
" MathExtras.cpp" ,
116
115
" MemAlloc.cpp" ,
117
116
" MemoryBuffer.cpp" ,
118
117
" MemoryBufferRef.cpp" ,
119
118
" ModRef.cpp" ,
119
+ " Mustache.cpp" ,
120
120
" NativeFormatting.cpp" ,
121
121
" OptimizedStructLayout.cpp" ,
122
122
" OptionStrCmp.cpp" ,
@@ -125,6 +125,7 @@ static_library("Support") {
125
125
" Parallel.cpp" ,
126
126
" PluginLoader.cpp" ,
127
127
" PrettyStackTrace.cpp" ,
128
+ " ProgramStack.cpp" ,
128
129
" RISCVAttributeParser.cpp" ,
129
130
" RISCVAttributes.cpp" ,
130
131
" RISCVISAUtils.cpp" ,
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ unittest("SupportTests") {
74
74
" Path.cpp" ,
75
75
" PerThreadBumpPtrAllocatorTest.cpp" ,
76
76
" ProcessTest.cpp" ,
77
+ " ProgramStackTest.cpp" ,
77
78
" ProgramTest.cpp" ,
78
79
" RISCVAttributeParserTest.cpp" ,
79
80
" RecyclerTest.cpp" ,
You can’t perform that action at this time.
0 commit comments