summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/branch.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/branch.test')
-rw-r--r--lld/test/elf/branch.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf/branch.test b/lld/test/elf/branch.test
index 5e0b4a5aabf..116fd0f07c5 100644
--- a/lld/test/elf/branch.test
+++ b/lld/test/elf/branch.test
@@ -1,6 +1,6 @@
-RUN: lld -flavor gnu -target hexagon -static --output-filetype=yaml \
+RUN: lld -flavor old-gnu -target hexagon -static --output-filetype=yaml \
RUN: %p/Inputs/branch-test.hexagon %p/Inputs/target-test.hexagon --noinhibit-exec | FileCheck %s -check-prefix hexagon-yaml
-RUN: lld -flavor gnu -target hexagon -e target -o %t1 \
+RUN: lld -flavor old-gnu -target hexagon -e target -o %t1 \
RUN: %p/Inputs/branch-test.hexagon %p/Inputs/target-test.hexagon --noinhibit-exec
RUN: llvm-readobj -h %t1 | FileCheck -check-prefix=hexagon-readobj %s
OpenPOWER on IntegriCloud