-
Notifications
You must be signed in to change notification settings - Fork 6k
Reland Clang 11, roll buildroot to 1bc40a5f916adb93d87e2a2230a0ec43db876c1c, take 3 #17467
Conversation
| // jit x86 | ||
| '__moddi3': 'T', | ||
| '__umoddi3': 'T', |
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.
The new symbols to whitelist.
I manually checked x64, that's fine with the current list.
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.
This issues has been addressed in upstream by https://reviews.llvm.org/D77280
|
|
||
| if not os.path.isdir(arm64_framework): | ||
| print 'Cannot find iOS arm64 Framework at', arm64_framework | ||
| print('Cannot find iOS arm64 Framework at %s' % arm64_framework) |
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.
Why the change to the prints?
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.
Move them to python3 friendly syntax. I'm assuming at some point the bots will be on python3
|
Going to land this again without waiting fora ll presubmits, for similar reasons as last time. Only post submits exercise all the failures this patch was addressing. |
…lutter#17482)" This reverts commit 8166a91.
* Reland Clang 11, Roll buildroot to 1bc40a5 (flutter#17457)" (flutter#17464) This reverts commit 9eacd02. * Skip more image tests, use newer dsymutil, add missing symbols
…7467)" (flutter#17482) This reverts commit 39b7718.
* "Reland Clang 11, roll buildroot to 1bc40a5, take 4 (flutter#17467)" (flutter#17482)" This reverts commit 8166a91. * format code * Roll buildroot to 3a27de1
Changes since the last patch:
See also: flutter/buildroot@1bc40a5, #17464