Displaying 2 results from an estimated 2 matches for "ubuntutargets".
2015 Jul 09
5
[LLVMdev] The Trouble with Triples
...-linux-gnu', 'clang -target mips-mti-linux-gnu', or 'clang -target x86_64-linux-android'?
> Some people have suggested config files. So we'd have (say)
> Targets.cfg on LLVM's source tree copied to the build tree, unless you
> specify -DTARGETS_CONFIG=/foo/bar/UbuntuTargets.cfg, and that would
> populate the defaults in TargetABI. Of course, this would be a big
> change and it's probably for after we do all we already planned to. :)
Some of my colleagues from other projects have suggested the same thing off-list. It sounds like a good solution to me. I have...
2015 Jul 08
2
[LLVMdev] The Trouble with Triples
> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: 08 July 2015 16:09
> To: Daniel Sanders
> Cc: LLVM Developers Mailing List (llvmdev at cs.uiuc.edu); Eric Christopher
> (echristo at gmail.com); Jim Grosbach (grosbach at apple.com)
> Subject: Re: The Trouble with Triples
>
> On 8 July 2015 at 15:31, Daniel Sanders