search for: clangtripl

Displaying 2 results from an estimated 2 matches for "clangtripl".

Did you mean: clangtriple
2011 Jan 23
0
[LLVMdev] Target Triple Changes
...care of. > 2. Some options in Clang are chosen by parsing the triple directly, > because triples don't have all properties necessary to make such > decisions. I think that's a good thing! Clang's needs are different to LLVM's, so probably clang should have it's own ClangTriple class. Given a triple string you probably first want to have Triple::Normalize crunch on it, permuting recognized components into the correct positions, and then have ClangTriple apply additional logic. > 1. Adding the options to the triple, so EABI can be recognized and > properly store...
2011 Jan 22
2
[LLVMdev] Target Triple Changes
Hi all, There's been some controversies in the TargetTriple changes and I want to explain it better in the list (to a wider audience) and also propose my plans on how to support the ARM platform better, especially cross-compilation in Clang. All this discussion came as a spin-off of bug 8911 (http://llvm.org/bugs/show_bug.cgi?id=8957)... Today we have three major problems in cross-compiling