Displaying 1 result from an estimated 1 matches for "lang_3".
Did you mean:
lang_c
2010 Nov 17
2
[LLVMdev] Missing :CreateFNeg() in NoFolder.h
Hi,
Just to report that when I tried to compile some code with a NoFolder given as
template arg to my IRBuilder, the compiler complained with:
In file included from lang_3-llvm.cxx:33:
/usr/lib/llvm-2.8/include/llvm/Support/IRBuilder.h: In member function
‘llvm::Value* llvm::IRBuilder<preserveNames, T, Inserter>::CreateFNeg
(llvm::Value*, const llvm::Twine&) [with bool preserveNames = true,
T = llvm::NoFolder, Inserter = llvm::IRBuilderDefaultInserter<...