-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Warnings in tests #9571
Comments
see #9521, cc @timholy on that one on the same issue title, we also have: #9518 (comment) when you do
|
are you using LLVM3.5+ on a Mac? if so, those warnings are due to an upstream issue that Keno knows how to fix with reading MachO debug info reloc tables. the net result for now is that the line numbers are missing in backtraces. |
Yes, I am using LLVM 3.5. I had forgotten that I had a Make.user that used the newer LLVM. |
Please close this if there is already an issue about this. |
#7910, right? just the extra-long warnings because of it are new |
I see these errors and warnings when doing
make test-reflection
. The error sounds scary, but the tests do not fail.The text was updated successfully, but these errors were encountered: