diff options
Diffstat (limited to 'lld/test/elf/mergeglobalatoms.test')
-rw-r--r-- | lld/test/elf/mergeglobalatoms.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/test/elf/mergeglobalatoms.test b/lld/test/elf/mergeglobalatoms.test index 10d70363b4b..7831b719cd5 100644 --- a/lld/test/elf/mergeglobalatoms.test +++ b/lld/test/elf/mergeglobalatoms.test @@ -1,6 +1,7 @@ # ELF files can have mergeable strings which are global!, treat them as global # defined atoms -RUN: lld-core -merge-strings=true -reader ELF %p/Inputs/globalconst.o.x86-64 | FileCheck -check-prefix=globalatoms %s +RUN: lld -flavor gnu -emit-yaml %p/Inputs/globalconst.o.x86-64 \ +RUN: | FileCheck -check-prefix=globalatoms %s globalatoms: - name: mystr globalatoms: scope: global |