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

Build fixes/improvements #1

Merged
merged 3 commits into from
Jun 24, 2011
Merged

Build fixes/improvements #1

merged 3 commits into from
Jun 24, 2011

Conversation

iainlane
Copy link

@iainlane iainlane commented Jun 3, 2011

Hi there,

This is a little branch containing some build improvements that I'm forwarding from Debian/Ubuntu. It contains patches to link against LLVM's shared library instead of the static libs given by llvm-config, to build with stricter linker flags (--as-needed, which requires all needed libraries to be specified directly to the linker) and a little build typo fix.

If you've any requests, let me know :-)

Iain

LLVM now builds a shared library starting with LLVM 2.8. Link against
this instead of using the static libraries supplied by llvm-config.

References: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597836
@bos
Copy link
Owner

bos commented Jun 4, 2011

Thanks for the patch. Without a modification that can automatically figure out what name to use for the shared library so that the package can build against LLVM 2.8 and 2.9, unfortunately I can't accept these changes.

@bos bos merged commit 0441732 into bos:master Jun 24, 2011
NathanHowell pushed a commit to alphaHeavy/llvm that referenced this pull request Feb 19, 2013
Remove LLVMAddBasicAliasAnalysisPass from extra.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants