-
Notifications
You must be signed in to change notification settings - Fork 102
Backport fix profiler building with MinGW GCC #72
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
Backport fix profiler building with MinGW GCC #72
Conversation
Differential Revision: https://reviews.llvm.org/D86405
Can you also file an LLVM backport bug blocking |
It's already very late for backports and this doesn't fix the issue entirely when building with GCC. Thanks to this patch one can link to profiler library built by GCC without errors to check on the CI if binaries are properly instrumented. But instrumented binary will crash like this: Backtrace
That single test worked fine with profiler build by Clang so I don't think there is much gain in blocking LLVM 11 release on it. |
Differential Revision: https://reviews.llvm.org/D86405
Differential Revision: https://reviews.llvm.org/D86405
Differential Revision: https://reviews.llvm.org/D86405
72: A couple of misc bits in ykllvm r=ltratt a=vext01 Co-authored-by: Edd Barrett <[email protected]>
Differential Revision: https://reviews.llvm.org/D86405