diff options
Diffstat (limited to 'lld/test/pecoff/grouped-sections.test')
| -rw-r--r-- | lld/test/pecoff/grouped-sections.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/pecoff/grouped-sections.test b/lld/test/pecoff/grouped-sections.test index d0b1ac9bee4..f45e496622c 100644 --- a/lld/test/pecoff/grouped-sections.test +++ b/lld/test/pecoff/grouped-sections.test @@ -1,7 +1,7 @@ # RUN: yaml2obj %p/Inputs/grouped-sections.obj.yaml > %t.obj # -# RUN: lld -flavor link /out:%t1 /subsystem:console /force -- %t.obj \ -# RUN: && llvm-objdump -s %t1 | FileCheck %s +# RUN: lld -flavor link /out:%t1 /subsystem:console /force /opt:noref \ +# RUN: -- %t.obj && llvm-objdump -s %t1 | FileCheck %s # # The file "grouped-sections.obj" has three data sections in the following # order: |

