Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Fix use of special .class method from a VTableBase object #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  void foo(VTableBase obj) { obj.class; }

What is the expected output? working compile
What do you see instead?

Basic Block in function '<stdin>.foo' does not have terminator!
label %l
LLVM ERROR: Broken module, no Basic Block terminator!

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mind...@gmail.com on 20 May 2011 at 11:29