Displaying 2 results from an estimated 2 matches for "mimplicit".
Did you mean:
implicit
2013 Feb 05
0
[LLVMdev] [cfe-dev] Integrated ARM assembler
...ler -c -
-integrated-as
<stdin>:2:2: error: unknown directive
.eabi_attribute 6, 2
> Does anyone know of actual clang regressions that would be triggered?
I haven't seen any serious issues. Just little things like getting
"unsupported argument" if you throw it: "-Wa,-mimplicit-it=always".
> I'd like to see integrated-as enabled as soon as it reasonably can be
I agree, but if you do it today, some builds will certainly choke at
compile-time. Chromium serves as a nice big workload that currently builds
with a very recent version of Clang. As is, that build...
2013 Feb 05
2
[LLVMdev] [cfe-dev] Integrated ARM assembler
Hi Greg,
I'd also like to see the integrated assembler enabled, though I'm only
very weakly connected to the 32-bit backend.
> 1) The assembly parser does not parse the ARM-ELF directives.
Renato asked about inline assembly here, but I think the key question
is over the directives LLVM itself decides to generate as a result of
Clang invocations. I had a very brief encounter last year