Displaying 2 results from an estimated 2 matches for "6f2417b0".
2013 Nov 26
2
[LLVMdev] Targeting ARM Cortex-a9 from x86_64 with clang
On 26 November 2013 18:46, Greg Fitzgerald <garious at gmail.com> wrote:
> Here's where we left off:
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-February/059099.html
Back then you mentioned a Chromium build, are you still running that
routinely with -integrated-as? That would give a reasonable
reassurance about general-usage, if not weird features.
Cheers.
Tim.
2013 Nov 26
0
[LLVMdev] Targeting ARM Cortex-a9 from x86_64 with clang
> Back then you mentioned a Chromium build, are you still running that
> routinely with -integrated-as?
Yes. It works perfectly for a C/C++ code. There have been a few
hiccups with inline assembly (missing aliases, switching ARM modes)
and we sometimes disable it explicitly for those. It's very possible
that we can use -integrated-as for most of those now too, but I
haven't