1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/Feature/properties.ll
Reid Spencer f35e8fcebe bug 263:
Add target triple and dependent libraries support to this test.

llvm-svn: 15213
2004-07-25 18:09:47 +00:00

7 lines
104 B
LLVM

target endian = little
target pointersize = 32
target triple = "proc-vend-sys"
deplibs = [ "m", "c" ]