Commit 94123d16 authored by LLVM GN Syncbot's avatar LLVM GN Syncbot
Browse files

[gn build] Port 460e8439

parent 5bae3a0b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -9,5 +9,8 @@ unittest("RISCVTests") {
    "//llvm/lib/TargetParser",
  ]
  include_dirs = [ "//llvm/lib/Target/RISCV" ]
  sources = [ "MCInstrAnalysisTest.cpp" ]
  sources = [
    "MCInstrAnalysisTest.cpp",
    "RISCVBaseInfoTest.cpp",
  ]
}