diff options
Diffstat (limited to 'llvm/unittests/MI/LiveIntervalTest.cpp')
-rw-r--r-- | llvm/unittests/MI/LiveIntervalTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/MI/LiveIntervalTest.cpp b/llvm/unittests/MI/LiveIntervalTest.cpp index f0be9709332b..6faa8abd4cd8 100644 --- a/llvm/unittests/MI/LiveIntervalTest.cpp +++ b/llvm/unittests/MI/LiveIntervalTest.cpp @@ -45,7 +45,7 @@ std::unique_ptr<LLVMTargetMachine> createTargetMachine() { TargetOptions Options; return std::unique_ptr<LLVMTargetMachine>(static_cast<LLVMTargetMachine*>( - T->createTargetMachine("AMDGPU", "", "", Options, None, None, + T->createTargetMachine("AMDGPU", "gfx900", "", Options, None, None, CodeGenOpt::Aggressive))); } |