Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/test/X86/inline-debug-info.test')
-rw-r--r--bolt/test/X86/inline-debug-info.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/X86/inline-debug-info.test b/bolt/test/X86/inline-debug-info.test
index 300fa0be7891..5a1b8965470e 100644
--- a/bolt/test/X86/inline-debug-info.test
+++ b/bolt/test/X86/inline-debug-info.test
@@ -10,7 +10,7 @@
# RUN: | FileCheck %s
## The call to puts() should come from inline-foo.c:
-# CHECK: callq puts@PLT # debug line {{.*}}inline-foo.c:4:3
+# CHECK: callq {{.*}} # debug line {{.*}}inline-foo.c:4:3
# RUN: llvm-objdump --disassemble-symbols=main -d --line-numbers %t.bolt \
# RUN: | FileCheck %s -check-prefix=CHECK-OBJDUMP