mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 17:38:39 +00:00
avoid ambiguity in target selection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
148b6a419f
commit
02f7906b2f
@ -1,7 +1,5 @@
|
|||||||
; RUN: llvm-upgrade < %s | llvm-as | llc
|
; RUN: llvm-upgrade < %s | llvm-as | llc
|
||||||
|
|
||||||
target endian = little
|
|
||||||
target pointersize = 32
|
|
||||||
%struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, int, int }
|
%struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, int, int }
|
||||||
|
|
||||||
implementation ; Functions:
|
implementation ; Functions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user