mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Rework to let RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s pass on win32.
FIXME: "llvm-rtdyld -verify -check" is still sensitive to path separator. Fix searching StubMap to be tolerant of both '/' and '\\' on Win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213723 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11e84aefe0
commit
b8d3634313
@ -1,9 +1,6 @@
|
||||
# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %T/foo.o %s
|
||||
# RUN: sed "s,<filename>,%/T/foo.o,g" %s > %T/foo.s
|
||||
# RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -verify -check=%T/foo.s %T/foo.o
|
||||
|
||||
# FIXME: Fix searching StubMap with '/' and '\\' on Win32.
|
||||
# REQUIRES: shell
|
||||
# RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -verify -check=%T/foo.s %/T/foo.o
|
||||
|
||||
.section __TEXT,__text,regular,pure_instructions
|
||||
.globl foo
|
||||
|
Loading…
Reference in New Issue
Block a user