[llvm] r245996 - WebAssembly: add small FIXME for AsmPrinter.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 11:38:37 PDT 2015


> I'm not sure I understand what you're proposing I do (or avoid doing)
> exactly. Could you elaborate?

The use of comments to opt out of some features. Take a look at what
is done for .size for example.

> This is still in flux. Tentatively there are no anonymous functions, they
> all have to be at the top of a module. They can be local to a module, since
> there's no dynamic linking for now (it will be added in the near future). I
> want to wait for dynamic linking to be fully designed before deciding what
> the correct thing to do is: right now I want to get the basics working.

Is there static liking or it assumes that the full program was liked
as llvm ir first?

Cheers,
Rafael


More information about the llvm-commits mailing list