[llvm-commits] [llvm] r59802 - in /llvm/trunk: docs/LangRef.html examples/BrainF/BrainF.cpp include/llvm/IntrinsicInst.h include/llvm/Intrinsics.td lib/Analysis/IPA/Andersens.cpp lib/CodeGen/IntrinsicLowering.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp lib/Transforms/Scalar/InstructionCombining.cpp lib/Transforms/Scalar/MemCpyOptimizer.cpp lib/Transforms/Scalar/SimplifyLibCalls.cpp lib/Transforms/Utils/InlineFunction.cpp lib/VMCore/Verifier.cpp
Matthijs Kooijman
matthijs at stdin.nl
Fri Nov 21 04:44:05 PST 2008
Hi Bill, Sanjiv,
> This broke the build of LLVM-GCC. Please investigate. I temporarily
> reverted your patch:
This patch also broke clang, at least with the following error:
make[2]: Entering directory
`/home/kooijman/src/llvm-trunk/tools/clang/lib/CodeGen'
llvm[2]: Compiling CGExprAgg.cpp for Debug build
CGExprAgg.cpp: In member function
`void<unnamed>::AggExprEmitter::EmitNullInitializationToLValue(clang::CodeGen::LValue,
clang::QualType)':
CGExprAgg.cpp:330: error: `memset' is not a member of `llvm::Intrinsic'
(but probably others will pop up when this is one is fixed).
I guess the proper fix is just replacing all references to
llvm::Intrinsic::memset with memset_i8?
Gr.
Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081121/682bb954/attachment.sig>
More information about the llvm-commits
mailing list