[llvm-bugs] [Bug 34544] cc1as chokes on assembly from clang's `-S` option when WebAssembly is the target

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Aug 1 11:12:40 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=34544

Wouter van Oortmerssen <aardappel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from Wouter van Oortmerssen <aardappel at gmail.com> ---
Have been working on roundtripping a variety of C code thru .s, fixing
everything I can across, to the point where this should generally be considered
working now. If you come across any particular problems, please file individual
bugs for the missing assembler feature against me.

Some of the changes:

Section types: https://reviews.llvm.org/D63947
Allow offsets and p2align in symbol load: https://reviews.llvm.org/D63951
Allow @object in .type directives: https://reviews.llvm.org/D63955
Support .int16/32/64 directives: https://reviews.llvm.org/D63959
tablegen: distinguish float/int immediate operands:
https://reviews.llvm.org/D64039
Negative float constants: https://reviews.llvm.org/D64367
refactored utilities to not depend on MachineInstr:
https://reviews.llvm.org/D64643
.init_array: https://reviews.llvm.org/D64602
Infinity / nan: https://reviews.llvm.org/D64770
Call_indirect signatures: https://reviews.llvm.org/D64758

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190801/e003d80b/attachment-0001.html>


More information about the llvm-bugs mailing list