Skip to content

Commit 627f445

Browse files
committed
fixup! fix typo in include path
1 parent 5c5a56e commit 627f445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/TargetParser/RISCVISAInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static const char *RISCVGImplications[] = {
4848
};
4949

5050
#define GET_SUPPORTED_EXTENSIONS
51-
#include "llvm/TargetParser//RISCVTargetParserDef.inc"
51+
#include "llvm/TargetParser/RISCVTargetParserDef.inc"
5252

5353
static constexpr RISCVProfile SupportedProfiles[] = {
5454
{"rvi20u32", "rv32i"},

0 commit comments

Comments
 (0)