Skip to content

Commit

Permalink
[llvm-jitlink] Add comment to clarify testcase intent.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Feb 3, 2022
1 parent 517a484 commit 67a9f82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/test/ExecutionEngine/JITLink/X86/MachO_initializers.s
@@ -1,5 +1,9 @@
# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t.o %s
# RUN: llvm-jitlink -noexec %t.o
#
# Check that the mere presence of initializers doesn't cause failures.
# (Initializers would not be run, even if -noexec were absent, since we're
# not loading the ORC runtime in this test)

.section __TEXT,__text,regular,pure_instructions
.macosx_version_min 10, 14 sdk_version 10, 15
Expand Down

0 comments on commit 67a9f82

Please sign in to comment.