mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
This tests aren't particularly interesting. They are redundant with the
extract_* tests. They are also perniciously difficult to maintain because they depend on the bytecode format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44242ec5d0
commit
bf3b4b2dde
@ -1,9 +0,0 @@
|
||||
;This isn't really an assembly file, its just here to run the test.
|
||||
;This test just makes sure that llvm-ar can generate a symbol table for
|
||||
;GNU style archives
|
||||
;RUN: cp %p/GNU.a %t.GNU.a
|
||||
;RUN: llvm-ranlib %t.GNU.a
|
||||
;RUN: llvm-ar t %t.GNU.a > %t1
|
||||
;RUN: diff %t1 %p/GNU.toc
|
||||
;XFAIL: *
|
||||
|
@ -1,8 +0,0 @@
|
||||
;This isn't really an assembly file, its just here to run the test.
|
||||
;This test just makes sure that llvm-ar can generate a symbol table for
|
||||
;MacOSX style archives
|
||||
;RUN: cp %p/MacOSX.a %t.MacOSX.a
|
||||
;RUN: llvm-ranlib %t.MacOSX.a
|
||||
;RUN: llvm-ar t %t.MacOSX.a > %t1
|
||||
;RUN: diff %t1 %p/MacOSX.toc
|
||||
;XFAIL: *
|
@ -1,8 +0,0 @@
|
||||
;This isn't really an assembly file, its just here to run the test.
|
||||
;This test just makes sure that llvm-ar can generate a symbol table for
|
||||
;SVR4 style archives
|
||||
;RUN: cp %p/SVR4.a %t.SVR4.a
|
||||
;RUN: llvm-ranlib %t.SVR4.a
|
||||
;RUN: llvm-ar t %t.SVR4.a > %t1
|
||||
;RUN: diff %t1 %p/SVR4.toc
|
||||
;XFAIL: *
|
@ -1,9 +0,0 @@
|
||||
;This isn't really an assembly file, its just here to run the test.
|
||||
;This test just makes sure that llvm-ar can generate a symbol table for
|
||||
;xpg4 style archives
|
||||
;RUN: cp %p/xpg4.a %t.xpg4.a
|
||||
;RUN: llvm-ranlib %t.xpg4.a
|
||||
;RUN: llvm-ar t %t.xpg4.a > %t1
|
||||
;RUN: diff %t1 %p/xpg4.toc
|
||||
;XFAIL: *
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user