-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeff Niu
committed
Dec 9, 2022
1 parent
225ce67
commit 1897b67
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1897b67
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.
Thank you for fixing the flang build. Now, even with this patch, I am getting:
Before dd74e6b, I did not get these failures. Would you mind looking into these? Thanks!
1897b67
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.
@Mogball, my tests are also failing.
Can you please add me as a reviewer to any future changes related to this?
Here's a sample program that causes problems:
After building flang with this change, if I go to my build directory and execute the command:
I get errors in the output as follows:
1897b67
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.
I have reverted this and the original change in f3379fe.
Probably best to centralise the discussion onto https://reviews.llvm.org/D139472.
We saw the same thing on the bots so with this revert, that should be fixed.
1897b67
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.
Thanks, @DavidSpickett. This helps me considerably.