[llvm-dev] clang triple and clang target

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Sat Mar 12 14:38:54 PST 2016


On 12 March 2016 at 11:51, Rail Shafigulin via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I tried every possible combination of --target I could think of but nothing
> worked. Would you mind helping me out?

First, 64-bit x86 is "x86_64", and 32-bit is "i386" in the triple. For
ARM you'd probably want "thumbv8" or "aarch64". Also, "eabi" is only a
thing on ARM targets, try "gnu" for x86.

Cheers.

Tim.


More information about the llvm-dev mailing list