Skip to content

Commit

Permalink
Merge 'master' into 'amd-master'
Browse files Browse the repository at this point in the history
Change-Id: Ia644de6ad38b78157a8708e3f3c6bbf404388af1
  • Loading branch information
Jenkins committed Apr 21, 2022
2 parents 3aef806 + 1e22398 commit 472c361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion share/rocm/cmake/header_template.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#if defined(_MSC_VER)
#pragma message(": warning:This file is deprecated. Use the header file from @header_location@ by using #include <@correct_include@>")
#elif defined(__GNUC__)
#warning "This file is deprecated. Use the header file from @header_location@ by using #include <@correct_include@>"
#pragma message(": warning : This file is deprecated. Use the header file from @header_location@ by using #include <@correct_include@>")
#endif
#include "@file_rel_path@"

Expand Down
4 changes: 4 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ foreach(TEST ${PASS_TESTS})
endforeach()

file(GLOB FAIL_TESTS fail/*.cmake)
# Disable wrapper fail test, as the warning is changed to message
# This is temporary and will be enabled back later when the behavior is reverted
list(FILTER FAIL_TESTS EXCLUDE REGEX ".*wrapper\.cmake$")

foreach(TEST ${FAIL_TESTS})
get_filename_component(NAME ${TEST} NAME_WE)
create_test(fail-${NAME} ${TEST})
Expand Down

0 comments on commit 472c361

Please sign in to comment.