search for: 8f332672

Displaying 2 results from an estimated 2 matches for "8f332672".

2016 Mar 14
3
clang triple and clang target
...n-linux-gnu Thread model: posix test.c is attached to this email. So what am I doing wrong? -- Rail Shafigulin Software Engineer Esencia Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160314/8f332672/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: test.c Type: text/x-csrc Size: 206 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160314/8f332672/attachment.c>
2016 Mar 12
4
clang triple and clang target
> > I assume with target you mean the backend? Consider the x86 backend. It > supports 32bit and 64bit mode, with the GNU x32 ABI in between. There > are three different executable formats support (ELF, PE, MachO) with > different constraints. Some platforms require 32bit alignment of the > stack, others require 128bit alignment. The list goes on. The triple > specifies >