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

add support for clang #13

Merged
merged 6 commits into from
May 9, 2015
Merged

add support for clang #13

merged 6 commits into from
May 9, 2015

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented May 8, 2015

fixes #1

kazuho added a commit that referenced this pull request May 9, 2015
@kazuho kazuho merged commit 7767878 into master May 9, 2015
@kazuho
Copy link
Member Author

kazuho commented May 9, 2015

For GCC, we should better revert the old approach (using the -wrapper option) since it is capable of handling any number of source files, whereas the approach introduced in this PR can only handle one.

kazuho added a commit that referenced this pull request May 9, 2015
* uses `-wrapper` for GCC
* mimics the behaviour of `gcc -wrapper` for other compilers
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.

Support for Clang
1 participant