diff options
Diffstat (limited to 'lld/test/elf/note.test')
-rw-r--r-- | lld/test/elf/note.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/note.test b/lld/test/elf/note.test index e7544c1f126..aff01c3e5b2 100644 --- a/lld/test/elf/note.test +++ b/lld/test/elf/note.test @@ -1,6 +1,6 @@ # Check that the linker is not ignoring input sections. # RUN: yaml2obj -format=elf %s > %t.obj -# RUN: lld -flavor gnu -target x86_64 %t.obj -o %t.exe --noinhibit-exec +# RUN: lld -flavor old-gnu -target x86_64 %t.obj -o %t.exe --noinhibit-exec # RUN: llvm-readobj -s %t.exe | FileCheck %s # CHECK: Section { |