search for: a3bdbf2a

Displaying 2 results from an estimated 2 matches for "a3bdbf2a".

2016 Oct 03
3
ThinLTO: module-scope inline assembly blocks
With `save-temps` as plugin option, I get extra files for the MAIN module (called `a.o`): `a.o.opt.bc` and `a.thinlto.bc`. The `a.thinlto.bc` file contains nothing, only `source_filename = ...` . The `a.o.opt.bc` (this looks like the result after ThinLTO importing and optimization) contains the assembly block that it should not have: ``` module asm "\09.text" module asm
2016 Oct 03
2
ThinLTO: module-scope inline assembly blocks
...___________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161003/a3bdbf2a/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Archive.zip Type: application/zip Size: 10920 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161003/a3bdbf2a/attachment.zip>