Skip to content

Commit 873da50

Browse files
committed
fixup! Update and move RISCVISAInfoTest.cpp
1 parent 7171df4 commit 873da50

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

llvm/unittests/Support/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ add_llvm_unittest(SupportTests
7171
ReverseIterationTest.cpp
7272
ReplaceFileTest.cpp
7373
RISCVAttributeParserTest.cpp
74-
RISCVISAInfoTest.cpp
7574
ScaledNumberTest.cpp
7675
ScopedPrinterTest.cpp
7776
SHA256.cpp

llvm/unittests/TargetParser/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
66
add_llvm_unittest(TargetParserTests
77
CSKYTargetParserTest.cpp
88
Host.cpp
9+
RISCVISAInfoTest.cpp
910
RISCVTargetParserTest.cpp
1011
TargetParserTest.cpp
1112
TripleTest.cpp

llvm/unittests/Support/RISCVISAInfoTest.cpp renamed to llvm/unittests/TargetParser/RISCVISAInfoTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "llvm/ADT/StringMap.h"
10-
#include "llvm/Support/RISCVISAInfo.h"
10+
#include "llvm/TargetParser/RISCVISAInfo.h"
1111
#include "llvm/Testing/Support/Error.h"
1212
#include "gtest/gtest.h"
1313

0 commit comments

Comments
 (0)