summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/Hexagon/dynlib-hash.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/Hexagon/dynlib-hash.test')
-rw-r--r--lld/test/elf/Hexagon/dynlib-hash.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf/Hexagon/dynlib-hash.test b/lld/test/elf/Hexagon/dynlib-hash.test
index dd7979e4ed5..289d55e8a99 100644
--- a/lld/test/elf/Hexagon/dynlib-hash.test
+++ b/lld/test/elf/Hexagon/dynlib-hash.test
@@ -1,5 +1,5 @@
-RUN: lld -core -target hexagon %p/Inputs/dynobj.o \
-RUN: -output=%t -output=%t -noinhibit-exec -output-type=shared
+RUN: lld -flavor gnu -target hexagon %p/Inputs/dynobj.o \
+RUN: -o %t --noinhibit-exec -shared
RUN: llvm-objdump -s %t > %t1
RUN: FileCheck -check-prefix=CHECKHASH %s < %t1
OpenPOWER on IntegriCloud