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

llvm-config --ldflags lists too many libs #4648

Closed
llvmbot opened this issue May 27, 2009 · 0 comments
Closed

llvm-config --ldflags lists too many libs #4648

llvmbot opened this issue May 27, 2009 · 0 comments
Labels
bugzilla Issues migrated from bugzilla llvm-tools All llvm tools that do not have corresponding tag obsolete

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented May 27, 2009

Bugzilla Link 4276
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor
CC @nlewycky

Extended Description

llvm-config --ldflags lists all libs used anywhere in LLVM, regardless of whether the user is linking to them.
For instance: this causes a static compiler to link to libffi, which is only used by the JIT AFAIK[1].

Relevant link: http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-February/020155.html

[1]: And which is not installed on all systems I might add, so this is a problem for distributing binaries of said static compiler.

I'm working around this by manually editing llvm-config...

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
@arsenm arsenm closed this as not planned Won't fix, can't repro, duplicate, stale Aug 4, 2023
@EugeneZelenko EugeneZelenko added llvm-tools All llvm tools that do not have corresponding tag obsolete labels Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla llvm-tools All llvm tools that do not have corresponding tag obsolete
Projects
None yet
Development

No branches or pull requests

3 participants