Displaying 1 result from an estimated 1 matches for "5e4b0dec".
Did you mean:
5e4b0ae2
2013 Jan 01
2
[LLVMdev] clang with -emit-llvm
Hello,
I have just started using llvm. I was trying to debug how *clang* generates
IR for very simple C testcases (few assignments and if-condsitions).
To get a hold on the basic functions, I put some break points on following
functions but debugger *didn't stop*:
llvm::BasicBlock::Create
llvm::BinaryOperator::CreateAdd (design has binary op)
llvm::Value::Value
llvm::BranchInst::Create