Skip to content

Guarded imports with a NO_SWIFTPM macro #41

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

Merged
merged 3 commits into from
Jan 18, 2017
Merged

Conversation

harlanhaskins
Copy link
Member

This would allow clients to include LLVMSwift source files in a project without needing SwiftPM. Useful while SwiftPM is completely separate from Xcode.

@harlanhaskins harlanhaskins requested a review from CodaFi January 18, 2017 02:42
- Under `Library Search Paths` add the output of `llvm-config --libdir`
- Under `Header Search Paths` add the output of `llvm-config --includedir`
- Under `Link Target with Libraries` drag in
`/path/to/your/llvm/lib/libLLVM.dylib`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental automatic fold?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, intentional respecting 80-characters

Copy link
Member

@CodaFi CodaFi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment

@harlanhaskins harlanhaskins merged commit 306ad5f into master Jan 18, 2017
@harlanhaskins harlanhaskins deleted the no-swiftpm-no-problem branch January 18, 2017 02:55
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.

2 participants