You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flang][test] Fix REQUIRES and options for a few x86 specific tests (#146872)
These should have been looking for the "x86" target not "x64_64".
When run on AArch64 they failed because bbc tried to compile for
AArch64. Add a target option to fix that, as these tests are x86
specific.
0 commit comments