diff options
Diffstat (limited to 'lld/test/elf/Mips/tls-2-micro.test')
-rw-r--r-- | lld/test/elf/Mips/tls-2-micro.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/Mips/tls-2-micro.test b/lld/test/elf/Mips/tls-2-micro.test index 5a1fe2904ac..88d8797cd06 100644 --- a/lld/test/elf/Mips/tls-2-micro.test +++ b/lld/test/elf/Mips/tls-2-micro.test @@ -4,7 +4,7 @@ # Create a shared library with thread symbol D1. # RUN: yaml2obj -format=elf -o %t-so.o %s -# RUN: lld -flavor gnu -target mipsel -shared -o %t.so %t-so.o +# RUN: lld -flavor old-gnu -target mipsel -shared -o %t.so %t-so.o # Check dynamic relocations and GOT in the shared library. # RUN: llvm-readobj -r %t.so | FileCheck -check-prefix=REL %s |