[LLVMdev] Build error fails at MachineInstr const* for the past two days
Marc J. Driftmeyer
mjd at reanimality.com
Fri Jun 8 12:52:54 PDT 2012
I keep getting this error upon building:
> Linking CXX executable ../../bin/opt
> ../../lib/libLLVMTarget.so: error: undefined reference to
> 'llvm::TargetInstrInfo::getNumMicroOps(llvm::InstrItineraryData
> const*, llvm::MachineInstr const*) const'
> ../../lib/libLLVMTarget.so: error: undefined reference to
> 'llvm::TargetInstrInfo::getInstrLatency(llvm::InstrItineraryData
> const*, llvm::MachineInstr const*, unsigned int*) const'
> ../../lib/libLLVMTarget.so: error: undefined reference to
> 'llvm::TargetInstrInfo::hasLowDefLatency(llvm::InstrItineraryData
> const*, llvm::MachineInstr const*, unsigned int) const'
> ../../lib/libLLVMTarget.so: error: undefined reference to
> 'llvm::TargetInstrInfo::getOperandLatency(llvm::InstrItineraryData
> const*, llvm::MachineInstr const*, unsigned int, llvm::MachineInstr
> const*, unsigned int) const'
> clang-3: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[2]: *** [bin/opt] Error 1
> make[1]: *** [tools/opt/CMakeFiles/opt.dir/all] Error 2
> make: *** [all] Error 2
Is anyone else getting this outcome?
- Marc
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120608/c61a1613/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mjd.vcf
Type: text/x-vcard
Size: 317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120608/c61a1613/attachment.vcf>
More information about the llvm-dev
mailing list