[FastISel][test] %llc_dwarf -mtriple -> llc -mtriple
authorFangrui Song <i@maskray.me>
Mon, 9 Nov 2020 20:10:44 +0000 (12:10 -0800)
committerFangrui Song <i@maskray.me>
Mon, 9 Nov 2020 20:10:44 +0000 (12:10 -0800)
if config.target_triple contains 'windows-msvc', %llc_dwarf has a -mtriple:

    llc.exe: for the --mtriple option: may only occur zero or one times!

llvm/test/CodeGen/X86/fastisel-memset-flush.ll

index 4be5f09..f74215d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %llc_dwarf -mtriple=x86_64 -O0 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64 -O0 < %s | FileCheck %s
 
 define dso_local void @foo() !dbg !7 {
 entry: