https://bugs.llvm.org/show_bug.cgi?id=38535
Nico Weber <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #1 from Nico Weber <[email protected]> ---
This is working for me now, on Linux:
$ out/gn/bin/clang -m32 -masm=intel -S hello.c && out/gn/bin/clang -m32
-masm=intel -o hello hello.s && ./helloHello world!
(I can't try with apple clang since macOS no longer ships 32-bit system
libraries.)
So I guess this was either fixed in the last 3 years (there were a whole bunch
of fixes to the intel asm parser, e.g. https://reviews.llvm.org/D71436), or it
has become obsolete (maybe it was only a problem on 32-bit macOS, and running
32-bit binaries is no longer a thing as of macOS 10.15 -- released oct 2019).
I'll close this out, please shout if you still need this.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs