-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
[LLVM 4.0] Symbol lookup error when linking dylibs #39782
Comments
Oh and these tests only fail with a stage 1 compiler... stage 2 works fine. |
Do these tests pass with a stage1 compiler that doesn't include the LLVM change? IME, stage1 test suite almost never suceeds. |
Hm. The contributing guide suggests that running tests on stage 1 is okay. I suppose that all tests should always pass but the ones which aren't run on every PR tend to bitrot. Definitely need to try this with another LLVM version, still waiting for the compile to finish... |
Can now confirm these tests do pass using in-tree LLVM. |
I'm going to close this, since the issue is certainly resolved now that we're on LLVM 4 and the tests are passing. |
cc #37609
These two tests fail when testing the compiler with a current LLVM build from the release_40 branch.
The two failures are similar enough that they're probably related.
The text was updated successfully, but these errors were encountered: