http://llvm.org/bugs/show_bug.cgi?id=6273
Summary: llc -march=cpp code does not compile: error:
'PointerTy_138' was not declared in this scope
Product: tools
Version: 2.6
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llc
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=4212)
--> (http://llvm.org/bugs/attachment.cgi?id=4212)
testcase
Steps to reproduce:
1) llc -march=cpp madt.bc -o madt.cpp
2) g++ madt.cpp -o madt `llvm-config --cppflags --ldflags --libs`
Expected results:
2) generated code compiles
Actual results:
2) generated code fails to compile:
madt.cpp: In function 'llvm::Module* makeLLVMModule()':
madt.cpp:680: error: 'PointerTy_138' was not declared in this scope
madt.cpp:686: error: 'PointerTy_141' was not declared in this scope
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs