mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
x86_64 was completely missing from the target triples supported by the X86 code
generator! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73385 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
42de34f013
commit
c457b65087
@ -1773,6 +1773,8 @@ define fastcc i32 @tailcaller(i32 %in1, i32 %in2) {
|
||||
<li><b>i386-pc-mingw32msvc</b> — MingW crosscompiler on Linux</li>
|
||||
|
||||
<li><b>i686-apple-darwin*</b> — Apple Darwin on X86</li>
|
||||
|
||||
<li><b>x86_64-unknown-linux-gnu</b> — Linux</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user