Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'lli' build failure #1213

Closed
llvmbot opened this issue Jul 21, 2006 · 4 comments
Closed

'lli' build failure #1213

llvmbot opened this issue Jul 21, 2006 · 4 comments
Labels
bugzilla Issues migrated from bugzilla

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 21, 2006

Bugzilla Link 841
Resolution FIXED
Resolved on Feb 22, 2010 12:52
Version trunk
OS MacOS X
Reporter LLVM Bugzilla Contributor
CC @asl

Extended Description

I am getting ...

/usr/bin/ld: Undefined symbols:
llvm::MVT::getValueTypeString(llvm::MVT::ValueType)
llvm::MVT::getVectorType(llvm::MVT::ValueType, unsigned int)
llvm::MVT::getTypeForValueType(llvm::MVT::ValueType)
collect2: ld returned 1 exit status

@asl
Copy link
Collaborator

asl commented Jul 21, 2006

I don't have such problems here (Linux) and with crosscompiler (MingW, targeting
windows). Maybe this is due to big circular dependency of libraries.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jul 21, 2006

proosed patch
Attached patch (pr841.diff) fixes build failures on Mac OS X.

@asl
Copy link
Collaborator

asl commented Jul 21, 2006

Patch doesn't break anything on Linux (rebuilding llc & lli correctly).

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jul 21, 2006

Fixed.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

2 participants