Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Rework fix for -fPIC on Windows #729

Merged
merged 2 commits into from
Jan 13, 2022
Merged

Conversation

vladimirlaz
Copy link

Previous fix removes substitution causing failure below:
clang++: error: no such file or directory: '%fPIC'; did you mean '-fPIC'?

The current fix provides substitution with empty string.

Previous fix removes substitution causing failure below:
clang++: error: no such file or directory: '%fPIC'; did you mean '-fPIC'?

The current fix provides substitution with empty string.
@vladimirlaz vladimirlaz requested a review from a team as a code owner January 12, 2022 05:51
@againull againull merged commit a870304 into intel:intel Jan 13, 2022
@vladimirlaz vladimirlaz deleted the refix_fpic branch February 2, 2022 10:42
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Previous fix removes substitution causing failure below:
clang++: error: no such file or directory: '%fPIC'; did you mean '-fPIC'?

The current fix provides substitution with empty string.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants