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 96fc548 commit 929ceecCopy full SHA for 929ceec
llvm/utils/gn/secondary/llvm/unittests/Target/RISCV/BUILD.gn
@@ -15,7 +15,6 @@ unittest("RISCVTests") {
15
include_dirs = [ "//llvm/lib/Target/RISCV" ]
16
sources = [
17
"MCInstrAnalysisTest.cpp",
18
- "RISCVBaseInfoTest.cpp",
19
"RISCVInstrInfoTest.cpp",
20
]
21
}
llvm/utils/gn/secondary/llvm/unittests/TargetParser/BUILD.gn
@@ -10,6 +10,7 @@ unittest("TargetParserTests") {
10
11
"CSKYTargetParserTest.cpp",
12
"Host.cpp",
13
+ "RISCVTargetParserTest.cpp",
14
"TargetParserTest.cpp",
"TripleTest.cpp",
0 commit comments