Skip to content

[SYCL] Enable portability check #1771

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

Closed

Conversation

vladimirlaz
Copy link
Contributor

No description provided.

// !IsMapped && !File->getFileEntry().tryGetRealPathName().empty();
// Disable file portability check to unblock pulldown
false;
!IsMapped && !File->getFileEntry().tryGetRealPathName().empty();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the reason to disable it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had LIT failures on windows after LLVM pulldown (#1594)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't seem that it can be enabled already http://ci.llvm.intel.com:8010/#/builders/18/builds/2264 .

@vladimirlaz vladimirlaz deleted the reenable_portability_check branch August 31, 2020 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants