[compiler-rt] fc025f7 - [ORC-RT] Fix testcase after 4c7f53b99c0.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 17:02:43 PDT 2023
Author: Lang Hames
Date: 2023-04-06T17:02:16-07:00
New Revision: fc025f7437818b2873ec1f14dd52ab558b9ec1aa
URL: https://github.com/llvm/llvm-project/commit/fc025f7437818b2873ec1f14dd52ab558b9ec1aa
DIFF: https://github.com/llvm/llvm-project/commit/fc025f7437818b2873ec1f14dd52ab558b9ec1aa.diff
LOG: [ORC-RT] Fix testcase after 4c7f53b99c0.
4c7f53b99c0 changed the debug logging for GDB registration. This testcase just
needed to be updated to look for the new string.
Added:
Modified:
compiler-rt/test/orc/TestCases/Darwin/x86-64/MachO_gdb_jit_debuginfo_register.S
Removed:
################################################################################
diff --git a/compiler-rt/test/orc/TestCases/Darwin/x86-64/MachO_gdb_jit_debuginfo_register.S b/compiler-rt/test/orc/TestCases/Darwin/x86-64/MachO_gdb_jit_debuginfo_register.S
index acb032f6e8607..a19d09bd39af4 100644
--- a/compiler-rt/test/orc/TestCases/Darwin/x86-64/MachO_gdb_jit_debuginfo_register.S
+++ b/compiler-rt/test/orc/TestCases/Darwin/x86-64/MachO_gdb_jit_debuginfo_register.S
@@ -12,7 +12,7 @@
// properly on Darwin. (See https://llvm.org/PR52503 for a proposed longer term
// solution).
//
-// CHECK: Registering debug object with GDB JIT interface
+// CHECK: Adding debug object to GDB JIT interface
.section __TEXT,__text,regular,pure_instructions
.globl _main
More information about the llvm-commits
mailing list