[llvm-bugs] [Bug 45742] New: MC: Support for wasm globals other than __stack_pointer is missing
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 29 10:06:10 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45742
Bug ID: 45742
Summary: MC: Support for wasm globals other than
__stack_pointer is missing
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: WebAssembly
Assignee: unassignedbugs at nondot.org
Reporter: sbc at chromium.org
CC: llvm-bugs at lists.llvm.org
It would be useful to be able to support wasm global in the asm format and
object file format.
Currently we only support certain wasm globals such as __stack_pointer.
Trying to define other new globals in the assembly format currently results in:
```
clang -cc1as: fatal error: error in backend: don't yet support defined globals
```
--
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/20200429/1ad24e74/attachment.html>
More information about the llvm-bugs
mailing list