Hi,
<div><br></div><div>I was trying to do a source to source transformation in llvm from c++11 more basic c++ (to transform away auto etc.) using llvm3.1.</div><div>I generate llvm bitcode using "clang++ -emit-llvm ...", but executing llc -march=cpp throws</div>

<div>/home/broes/software/llvm/lib/Target/CppBackend/CPPBackend.cpp:493: void {anonymous}::CppWriter::printAttributes(const llvm::AttrListPtr&, const string&): Assertion `attrs == 0 && "Unhandled attribute!"' failed.</div>

<div><br></div><div>Does this point to some unimplented feature of the transformation?</div><div><br></div><div>thanks in advance,</div><div>Broes</div>