diff options
Diffstat (limited to 'lld/test/elf/start-stop-sym.test')
| -rw-r--r-- | lld/test/elf/start-stop-sym.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/start-stop-sym.test b/lld/test/elf/start-stop-sym.test index 3702eb73803..62c16a91ee6 100644 --- a/lld/test/elf/start-stop-sym.test +++ b/lld/test/elf/start-stop-sym.test @@ -3,7 +3,7 @@ # RUN: yaml2obj -format=elf -docnum 1 %s > %t1.o # RUN: yaml2obj -format=elf -docnum 2 %s > %t2.o -# RUN: lld -flavor gnu -target mipsel -static -e T0 -o %t.exe %t1.o %t2.o +# RUN: lld -flavor old-gnu -target mipsel -static -e T0 -o %t.exe %t1.o %t2.o # RUN: llvm-objdump -s -t %t.exe | FileCheck %s # CHECK: Contents of section .text: |

