diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2018-11-02 22:04:33 +0000 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2018-11-02 22:04:33 +0000 |
commit | de28b5d17fba2af6453fa04431a68c4f89cc1906 (patch) | |
tree | cb523c26ff963f03a6fc24476b5281d1802f2473 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
parent | 53793e4d8e25aefb5c31ce3266afadf220e2d040 (diff) | |
download | bcm5719-llvm-de28b5d17fba2af6453fa04431a68c4f89cc1906.tar.gz bcm5719-llvm-de28b5d17fba2af6453fa04431a68c4f89cc1906.zip |
[WebAssembly] Parsing missing directives to produce valid .o
Summary:
The assembler was able to assemble and then dump back to .s, but
was failing to parse certain directives necessary for valid .o
output:
- .type directives are now recognized to distinguish function symbols
and others.
- .size is now parsed to provide function size.
- .globaltype (introduced in https://reviews.llvm.org/D54012) is now
recognized to ensure symbols like __stack_pointer have a proper type
set for both .s and .o output.
Also added tests for the above.
Reviewers: sbc100, dschuff
Subscribers: jgravelle-google, aheejin, dexonsmith, kristina, llvm-commits, sunfish
Differential Revision: https://reviews.llvm.org/D53842
llvm-svn: 346047
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions