Skip to content

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
Kobzol pushed a commit to Kobzol/rust that referenced this pull request Dec 30, 2024
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Jan 2, 2025
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