-
Notifications
You must be signed in to change notification settings - Fork 13k
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
linkage weak_extern through generics breaks when -O
absent on OS X
#54153
Comments
(Also, it would probably be a good idea to validate the bugs mentioned here #29603 (comment) and here #29603 (comment) and if they are indeed bugs, then we probably should file individual issues for them.) |
see also #31508 |
If I compile the main test with optimization turned on (i.e. |
Ah, and the default for So that explains why no one else (namely our continuous integration server) has been running into this on OS X. |
-O
absent on OS X
-O
absent on OS X-O
absent on OS X
This is an instance of #55757 |
…mes-requires-optimizations, r=nikic fix issue 54153 by not testing issue-18804 on Windows nor OS X. Fix rust-lang#54153
…mes-requires-optimizations, r=nikic fix issue 54153 by not testing issue-18804 on Windows nor OS X. Fix rust-lang#54153
I am locally seeing test failures on OS X that seem like #18804 has regressed, or the shuffling of the run-pass to ui/run-pass somehow exposed a new bug there.
I am not certain what is happening yet. After reviewing #18804, I have looked briefly at the generated LLVM IR output for main.rs, and it seems like
FOO
is being "properly" tagged (see some discussion of the current approach here: #12556):The text was updated successfully, but these errors were encountered: