mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[dsymutil] Temporarily disable some tests on windows.
It seems one windows bot fails since I added ilne table linking to llvm-dsymutil (see r232333 commit thread). Disable the affected tests until I can figure out what's happening. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233130 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14c1d068a3
commit
28b71b1917
@ -1,3 +1,4 @@
|
|||||||
|
REQUIRES: shell
|
||||||
RUN: cat %p/../Inputs/basic.macho.x86_64 > %t1
|
RUN: cat %p/../Inputs/basic.macho.x86_64 > %t1
|
||||||
RUN: llvm-dsymutil -oso-prepend-path=%p/.. %t1
|
RUN: llvm-dsymutil -oso-prepend-path=%p/.. %t1
|
||||||
RUN: llvm-dwarfdump %t1.dwarf | FileCheck %s
|
RUN: llvm-dwarfdump %t1.dwarf | FileCheck %s
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
REQUIRES: shell
|
||||||
RUN: llvm-dsymutil -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-lto-dw4.macho.x86_64 | llvm-dwarfdump - | FileCheck %s
|
RUN: llvm-dsymutil -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-lto-dw4.macho.x86_64 | llvm-dwarfdump - | FileCheck %s
|
||||||
|
|
||||||
CHECK: file format Mach-O 64-bit x86-64
|
CHECK: file format Mach-O 64-bit x86-64
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
REQUIRES: shell
|
||||||
RUN: llvm-dsymutil -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-lto.macho.x86_64 | llvm-dwarfdump - | FileCheck %s
|
RUN: llvm-dsymutil -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-lto.macho.x86_64 | llvm-dwarfdump - | FileCheck %s
|
||||||
|
|
||||||
CHECK: file format Mach-O 64-bit x86-64
|
CHECK: file format Mach-O 64-bit x86-64
|
||||||
|
Loading…
Reference in New Issue
Block a user