SWDEV-432339 - consider HIPCC_VERBOSE output while parsing hipcc output for compiler rt
Change-Id: I146e188c4d47bede25a479933fa41e4c64ce89eb
This commit is contained in:
committed by
Jatin Jaikishan Chaudhary
parent
ce27581465
commit
515d07cb3a
@@ -163,7 +163,8 @@ endif()
|
||||
# Use HIP_CXX option -print-libgcc-file-name --rtlib=compiler-rt
|
||||
# To fetch the compiler rt library file name.
|
||||
execute_process(
|
||||
COMMAND ${HIP_CXX_COMPILER} -print-libgcc-file-name --rtlib=compiler-rt
|
||||
COMMAND ${CMAKE_COMMAND} -E env HIPCC_VERBOSE=0
|
||||
${HIP_CXX_COMPILER} -print-libgcc-file-name --rtlib=compiler-rt
|
||||
OUTPUT_VARIABLE CLANGRT_BUILTINS
|
||||
ERROR_VARIABLE CLANGRT_Error
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
|
||||
Reference in New Issue
Block a user