[llvm-commits] [llvm] r142288 - in /llvm/trunk: include/llvm/Target/TargetData.h lib/AsmParser/LLParser.cpp lib/Target/TargetData.cpp

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Mon Oct 17 16:17:03 PDT 2011


On 10/17/2011 06:26 PM, Rafael Ávila de Espíndola wrote:
> looks like this broke the build:
>
>
> Linking CXX executable ../../bin/llvm-as
> ../../lib/libLLVMAsmParser.a(LLParser.cpp.o):/home/espindola/llvm/llvm/lib/AsmParser/LLParser.cpp:function
> llvm::LLParser::ParseTargetDefinition(): error: undefined reference to
> 'llvm::TargetData::parseSpecifier(llvm::StringRef, llvm::TargetData*)'
> clang-3: error: linker command failed with exit code 1 (use -v to see
> invocation)

It looks like all that was missing was the attached patch.

Chandler, is it OK with the original patch?

> Cheers,
> Rafael

Cheers,
Rafael
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: t.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111017/d2e02a74/attachment.ksh>


More information about the llvm-commits mailing list