Skip to content

Commit 940d0e2

Browse files
committed
gn build: Merge r373083
llvm-svn: 373085
1 parent 39b81f1 commit 940d0e2

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ static_library("lib") {
2929
"RegisterValue.cpp",
3030
"SchedClassResolution.cpp",
3131
"SnippetGenerator.cpp",
32+
"SnippetRepetitor.cpp",
3233
"Target.cpp",
3334
"Uops.cpp",
3435
]

llvm/utils/gn/secondary/llvm/unittests/tools/llvm-exegesis/X86/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ unittest("LLVMExegesisX86Tests") {
2626
"RegisterAliasingTest.cpp",
2727
"SchedClassResolutionTest.cpp",
2828
"SnippetGeneratorTest.cpp",
29+
"SnippetRepetitorTest.cpp",
2930
"TargetTest.cpp",
3031
]
3132
}

0 commit comments

Comments
 (0)