-
Notifications
You must be signed in to change notification settings - Fork 79
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
[HIPIFY][#1841][build] Add execution permission to hipify-perl
#1853
base: amd-staging
Are you sure you want to change the base?
Conversation
@stellaraccident, could you have a look as well? |
@@ -192,6 +191,7 @@ if (NOT HIPIFY_CLANG_TESTS_ONLY) | |||
set(HIPIFY_LIBEXEC_INSTALL_PATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBEXECDIR}/hipify") | |||
|
|||
install( | |||
PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/bin/hipify-perl | |||
PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/bin/findcode.sh | |||
PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/bin/findcode_headers.sh |
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.
findcode.sh, findcode_headers.sh, ... are excluded in the old code. do we need to install it now?
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.
AFAIK they are still being shipped in packages, but even if that is not so now, their removal is not the point of this PR.
…ported by `hipify-clang` lit testing
Rewrite #1841 based on @raramakr suggestion