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

freebsd clang support #1607

Closed
wants to merge 1 commit into from
Closed

Conversation

crabtw
Copy link
Contributor

@crabtw crabtw commented Jan 22, 2012

  • On FreeBSD 9.0, the builtin clang is a modified version.
    The output of --version is "FreeBSD clang version 3.0 (branches/release_30 142614) 20111021" that is not the same as ordinary clang.
    I remove the text before "version 3.0" to get the correct number.
  • When using clang to compile rust_shape.cpp, it shows a error message that indicates "alignof" is a keyword in C++11. I add "-Wno-c++11-compat" to suppress the error.
  • Clang needs libunwind to get unwind support. Some types have been defined in the library so I add a condition to skip them

@brson
Copy link
Contributor

brson commented Jan 24, 2012

Integrated. Thanks!

@brson brson closed this Jan 24, 2012
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
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