[Lldb-commits] [PATCH] Initial Assembly profiler for mips64

Robert Flack flackr at gmail.com
Wed Mar 18 10:43:34 PDT 2015


In http://reviews.llvm.org/D7696#142754, @flackr wrote:

> FYI, this seems to have broken the xcode build for me:
>
> Undefined symbols for architecture x86_64:
>
>   "EmulateInstructionMIPS64::Initialize()", referenced from:
>       lldb_private::Initialize() in liblldb-core.a(lldb.o)
>   "EmulateInstructionMIPS64::Terminate()", referenced from:
>       lldb_private::Terminate() in liblldb-core.a(lldb.o)
>
> ld: symbol(s) not found for architecture x86_64
>  clang: error: linker command failed with exit code 1 (use -v to see invocation)
>
> - BUILD FAILED **
>
>   I'm assuming it just needs an xcodeproj update.


I put up a review to fix it: http://reviews.llvm.org/D8420


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7696

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list