File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ add_llvm_unittest(SupportTests
71
71
ReverseIterationTest.cpp
72
72
ReplaceFileTest.cpp
73
73
RISCVAttributeParserTest.cpp
74
- RISCVISAInfoTest.cpp
75
74
ScaledNumberTest.cpp
76
75
ScopedPrinterTest.cpp
77
76
SHA256.cpp
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
6
6
add_llvm_unittest (TargetParserTests
7
7
CSKYTargetParserTest.cpp
8
8
Host.cpp
9
+ RISCVISAInfoTest.cpp
9
10
RISCVTargetParserTest.cpp
10
11
TargetParserTest.cpp
11
12
TripleTest.cpp
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " llvm/ADT/StringMap.h"
10
- #include " llvm/Support /RISCVISAInfo.h"
10
+ #include " llvm/TargetParser /RISCVISAInfo.h"
11
11
#include " llvm/Testing/Support/Error.h"
12
12
#include " gtest/gtest.h"
13
13
You can’t perform that action at this time.
0 commit comments