aboutsummaryrefslogtreecommitdiff
path: root/lld/test/COFF/lto-cpu-string.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/COFF/lto-cpu-string.ll')
-rw-r--r--lld/test/COFF/lto-cpu-string.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/COFF/lto-cpu-string.ll b/lld/test/COFF/lto-cpu-string.ll
index b31b6bf310db..c2a8df5f75ba 100644
--- a/lld/test/COFF/lto-cpu-string.ll
+++ b/lld/test/COFF/lto-cpu-string.ll
@@ -2,11 +2,11 @@
; RUN: llvm-as %s -o %t.obj
; RUN: lld-link %t.obj -noentry -nodefaultlib -out:%t.dll -dll
-; RUN: llvm-objdump -d -section=".text" -no-leading-addr -no-show-raw-insn %t.dll | FileCheck %s
+; RUN: llvm-objdump -d --section=".text" --no-leading-addr --no-show-raw-insn %t.dll | FileCheck %s
; CHECK: nop{{$}}
; RUN: lld-link -mllvm:-mcpu=znver1 -noentry -nodefaultlib %t.obj -out:%t.znver1.dll -dll
-; RUN: llvm-objdump -d -section=".text" -no-leading-addr -no-show-raw-insn %t.znver1.dll | FileCheck -check-prefix=ZNVER1 %s
+; RUN: llvm-objdump -d --section=".text" --no-leading-addr --no-show-raw-insn %t.znver1.dll | FileCheck --check-prefix=ZNVER1 %s
; ZNVER1: nopw
target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"