Skip to content

Commit 67a9f82

Browse files
committed
[llvm-jitlink] Add comment to clarify testcase intent.
1 parent 517a484 commit 67a9f82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/test/ExecutionEngine/JITLink/X86/MachO_initializers.s

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t.o %s
22
# RUN: llvm-jitlink -noexec %t.o
3+
#
4+
# Check that the mere presence of initializers doesn't cause failures.
5+
# (Initializers would not be run, even if -noexec were absent, since we're
6+
# not loading the ORC runtime in this test)
37

48
.section __TEXT,__text,regular,pure_instructions
59
.macosx_version_min 10, 14 sdk_version 10, 15

0 commit comments

Comments
 (0)