-
Notifications
You must be signed in to change notification settings - Fork 171
Remove -DIGC_OPTION__ARCHITECTURE_TARGET build option #32
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
Comments
@chivakker : FYI |
Thank you for the suggestion. Work in progress |
Request completed. Please use latest code or tag 'igc_release_2018-12-12'. README is updated as well. |
Closing the issue since the fix is already merged. |
works for me. thank you. |
VPG-SWE-Github
pushed a commit
that referenced
this issue
Nov 3, 2020
… a port of KhronosGroup/SPIRV-LLVM-Translator@14e2c5f (2nd try). (#32) Co-authored-by: Jacek Jankowski <[email protected]>
VPG-SWE-Github
pushed a commit
that referenced
this issue
Nov 3, 2020
VPG-SWE-Github
pushed a commit
that referenced
this issue
Nov 3, 2020
VPG-SWE-Github
pushed a commit
that referenced
this issue
Nov 3, 2020
VPG-SWE-Github
pushed a commit
that referenced
this issue
Nov 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please, remove -DIGC_OPTION__ARCHITECTURE_TARGET build option. It is useless: cmake provides other ways to detect your architecture target. If you just need to check bitness:
If you need to check Linux/Windows/etc., review: https://cmake.org/Wiki/CMake_Cross_Compiling
The text was updated successfully, but these errors were encountered: