Skip to content

Commit

Permalink
[VE] Solve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz7 committed Sep 19, 2023
1 parent b95c299 commit 91884c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/unittests/Target/VE/MachineInstrTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ TEST(VETest, VLIndex) {
auto TM = std::unique_ptr<LLVMTargetMachine>(
static_cast<LLVMTargetMachine*>(
T->createTargetMachine(TT, "ve", "", Options, std::nullopt, std::nullopt,
CodeGenOpt::Default)));
CodeGenOptLevel::Default)));
VESubtarget ST(TM->getTargetTriple(), std::string(TM->getTargetCPU()),
std::string(TM->getTargetFeatureString()),
*static_cast<const VETargetMachine *>(TM.get()));
Expand Down

0 comments on commit 91884c6

Please sign in to comment.