-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[flang] Move LLVM_ENABLE_RUNTIMES definition above uses #138136
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
Conversation
This fixes an issue where flang-rt was not getting automatically added to LLVM_ENABLE_RUNTIMES because LLVM_ENABLE_RUNTIMES had not been defined yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
I had the same issue yesterday. Thanks for fixing this. |
Thanks for the fix |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/146/builds/2831 Here is the relevant piece of the build log for the reference
|
This fixes an issue where flang-rt was not getting automatically added
to LLVM_ENABLE_RUNTIMES because LLVM_ENABLE_RUNTIMES had not been
defined yet.