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 39b81f1 commit 940d0e2Copy full SHA for 940d0e2
llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
@@ -29,6 +29,7 @@ static_library("lib") {
29
"RegisterValue.cpp",
30
"SchedClassResolution.cpp",
31
"SnippetGenerator.cpp",
32
+ "SnippetRepetitor.cpp",
33
"Target.cpp",
34
"Uops.cpp",
35
]
llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/X86/BUILD.gn
@@ -26,6 +26,7 @@ unittest("LLVMExegesisX86Tests") {
26
"RegisterAliasingTest.cpp",
27
"SchedClassResolutionTest.cpp",
28
"SnippetGeneratorTest.cpp",
+ "SnippetRepetitorTest.cpp",
"TargetTest.cpp",
}
0 commit comments