[Lldb-commits] [PATCH] Initial Assembly profiler for mips64
Robert Flack
flackr at gmail.com
Wed Mar 18 09:00:16 PDT 2015
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.
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