We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429a84f commit 227f406Copy full SHA for 227f406
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -124,6 +124,7 @@ static_library("Support") {
124
"Parallel.cpp",
125
"PluginLoader.cpp",
126
"PrettyStackTrace.cpp",
127
+ "ProgramStack.cpp",
128
"RISCVAttributeParser.cpp",
129
"RISCVAttributes.cpp",
130
"RISCVISAUtils.cpp",
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -71,6 +71,7 @@ unittest("SupportTests") {
71
"Path.cpp",
72
"PerThreadBumpPtrAllocatorTest.cpp",
73
"ProcessTest.cpp",
74
+ "ProgramStackTest.cpp",
75
"ProgramTest.cpp",
76
"RISCVAttributeParserTest.cpp",
77
"RecyclerTest.cpp",
0 commit comments