diff options
Diffstat (limited to 'llvm/test/Linker')
| -rw-r--r-- | llvm/test/Linker/type-unique-odr-a.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Linker/type-unique-odr-a.ll b/llvm/test/Linker/type-unique-odr-a.ll index d7640ea761c..ed6c17c81c6 100644 --- a/llvm/test/Linker/type-unique-odr-a.ll +++ b/llvm/test/Linker/type-unique-odr-a.ll @@ -1,11 +1,11 @@ ; REQUIRES: default_triple, object-emission ; ; RUN: llvm-link %s %p/type-unique-odr-b.ll -S -o - \ -; RUN: | %llc_dwarf -dwarf-linkage-names=Enable -filetype=obj -O0 \ +; RUN: | %llc_dwarf -dwarf-linkage-names=All -filetype=obj -O0 \ ; RUN: | llvm-dwarfdump -debug-dump=info - \ ; RUN: | FileCheck %s ; RUN: llvm-link %p/type-unique-odr-b.ll %s -S -o - \ -; RUN: | %llc_dwarf -dwarf-linkage-names=Enable -filetype=obj -O0 \ +; RUN: | %llc_dwarf -dwarf-linkage-names=All -filetype=obj -O0 \ ; RUN: | llvm-dwarfdump -debug-dump=info - \ ; RUN: | FileCheck %s ; |

