[LLVMdev] bytecode stripping from clang -emit-llvm

Geof Sawaya fredericflintstone at gmail.com
Thu Apr 16 13:43:55 PDT 2015


Hi Devs,

I'm developing a tool that relies on semantic information in bytecode
labels (i.e. block names).

I've discovered that clang is stripping these named labels (along with some
virtual register names) when I run on a virtual machine.  Well, I'm using
VirtualBox, and have tried two different versions of Ubuntu and some
different clang builds.

Can someone point me in the right direction to understand why the IR would
be emitted differently because clang is running on a VM?

Many thanks -- Geof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150416/8892a4e6/attachment.html>


More information about the llvm-dev mailing list