Differential D36495 Diff 110299 test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s
Changeset View
Changeset View
Standalone View
Standalone View
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s
# RUN: llvm-mc -triple=i386-apple-macosx10.4 -filetype=obj -o %T/test_i386.o %s | # RUN: rm -rf %t && mkdir -p %t | ||||
# RUN: llvm-rtdyld -triple=i386-apple-macosx10.4 -verify -check=%s %/T/test_i386.o | # RUN: llvm-mc -triple=i386-apple-macosx10.4 -filetype=obj -o %t/test_i386.o %s | ||||
# RUN: llvm-rtdyld -triple=i386-apple-macosx10.4 -verify -check=%s %t/test_i386.o | |||||
// Put the section used in the test at a non zero address. | // Put the section used in the test at a non zero address. | ||||
.long 4 | .long 4 | ||||
.section __TEXT,__text2,regular,pure_instructions | .section __TEXT,__text2,regular,pure_instructions | ||||
.globl bar | .globl bar | ||||
.align 4, 0x90 | .align 4, 0x90 | ||||
bar: | bar: | ||||
Show All 38 Lines |