mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add TARGET_TRIPLE
llvm-svn: 17581
This commit is contained in:
parent
103dc795df
commit
12898ae83e
@ -18,6 +18,9 @@ OS=@OS@
|
||||
# Target hardware architecture
|
||||
ARCH=@ARCH@
|
||||
|
||||
# Target triple (cpu-vendor-os) for which we should generate code
|
||||
TARGET_TRIPLE=@target@
|
||||
|
||||
# Endian-ness of the target
|
||||
ENDIAN=@ENDIAN@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user