diff options
Diffstat (limited to 'llvm/test/MC/ELF/cgprofile.ll')
-rw-r--r-- | llvm/test/MC/ELF/cgprofile.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/cgprofile.ll b/llvm/test/MC/ELF/cgprofile.ll index ec8ec507996..bd437c3f3ec 100644 --- a/llvm/test/MC/ELF/cgprofile.ll +++ b/llvm/test/MC/ELF/cgprofile.ll @@ -1,6 +1,6 @@ ; RUN: llc -filetype=asm %s -o - -mtriple x86_64-pc-linux-gnu | FileCheck %s ; RUN: llc -filetype=obj %s -o %t -mtriple x86_64-pc-linux-gnu -; RUN: llvm-readobj -elf-cg-profile %t | FileCheck %s --check-prefix=OBJ +; RUN: llvm-readobj --elf-cg-profile %t | FileCheck %s --check-prefix=OBJ declare void @b() |