LLVM CodeBook
1. Error¶
1. Chapter2¶
GAS
ch2_toy.cpp:328:33: error: assigning to 'mapped_type' (aka 'llvm::Value *') from incompatible
type 'Function::arg_iterator' (aka 'ilist_iterator<llvm::Argument>')
Named_Values[Arguments[Idx]] = Arg_It;
The solved method is in
Reference Kaleidoscope Chapter3