Skip to content

Commit 929ceec

Browse files
committed
[gn build] Port 85388a0
1 parent 96fc548 commit 929ceec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/utils/gn/secondary/llvm/unittests/Target/RISCV/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ unittest("RISCVTests") {
1515
include_dirs = [ "//llvm/lib/Target/RISCV" ]
1616
sources = [
1717
"MCInstrAnalysisTest.cpp",
18-
"RISCVBaseInfoTest.cpp",
1918
"RISCVInstrInfoTest.cpp",
2019
]
2120
}

llvm/utils/gn/secondary/llvm/unittests/TargetParser/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ unittest("TargetParserTests") {
1010
sources = [
1111
"CSKYTargetParserTest.cpp",
1212
"Host.cpp",
13+
"RISCVTargetParserTest.cpp",
1314
"TargetParserTest.cpp",
1415
"TripleTest.cpp",
1516
]

0 commit comments

Comments
 (0)