-
Notifications
You must be signed in to change notification settings - Fork 14.5k
[OpenMP][Fix] libomptarget Fortran tests #74543
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,7 @@ | |
! that checks constant indexing on device | ||
! correctly works (regression test for prior | ||
! bug). | ||
! REQUIRES: flang, amdgcn-amd-amdhsa | ||
! UNSUPPORTED: nvptx64-nvidia-cuda | ||
! REQUIRES: flang | ||
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why is nvptx still unsupported? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I removed the restriction that test is supported. However, there are a couple of tests that are still unsupported like |
||
! UNSUPPORTED: aarch64-unknown-linux-gnu | ||
! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO | ||
|
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 think the leading whitespace needs to stay in case
config.test_flags_clang
is not empty.