[FastISel][test] Add ELF triple after D90877
authorFangrui Song <i@maskray.me>
Mon, 9 Nov 2020 18:26:02 +0000 (10:26 -0800)
committerFangrui Song <i@maskray.me>
Mon, 9 Nov 2020 18:27:36 +0000 (10:27 -0800)
MachO has different symbol naming and thus on a MachO platform this test has a
different behavior without a triple.

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

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