diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/ELF/many-section.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/many-section.s b/llvm/test/MC/ELF/many-section.s index e7e723ad905..b729e668168 100644 --- a/llvm/test/MC/ELF/many-section.s +++ b/llvm/test/MC/ELF/many-section.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t -// RUN: llvm-nm %t | FileCheck %s +// RUN: llvm-nm -a %t | FileCheck %s // CHECK: s000a // CHECK-NOT: U |

