mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
bug 263:
Add target triple and dependent libraries support to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
801db47373
commit
c5b27621e0
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
target endian = little
|
target endian = little
|
||||||
target pointersize = 32
|
target pointersize = 32
|
||||||
|
target triple = "proc-vend-sys"
|
||||||
|
deplibs = [ "m", "c" ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user