Displaying 1 result from an estimated 1 matches for "parsedirectivefnstart".
2014 Jun 24
2
[LLVMdev] Linking/archiving bitcodes with module asm
Hello,
I'm archiving a number of bitcode files via gold plugin based on LLVM 3.4.
When I find a thumbv7 bitcode with a couple of module asms, I get a
segfault in ARMAsmParser::parseDirectiveFnStart because getTargetStreamer
returns NULL. Frankly, I don't see how this is supposed to work because as
far as I understood LTOModule::addAsmGlobalSymbols only creates a
RecordStreamer which is then attached to the MCTargetAsmParser, and no
TargetStreamer is ever created.
The places that exp...