We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 451a842 + 5d0fb29 commit ce6e8d8Copy full SHA for ce6e8d8
llvm/runtimes/CMakeLists.txt
@@ -584,7 +584,8 @@ if(build_runtimes)
584
INSTALL_COMMAND ""
585
CMAKE_ARGS -DCMAKE_PREFIX_PATH=${CMAKE_BINARY_DIR}/lib/cmake
586
-DROCM_DEVICE_LIBS_BITCODE_INSTALL_LOC_NEW=${ROCM_DEVICE_LIBS_BITCODE_INSTALL_LOC}
587
- -DROCM_DEVICE_LIBS_BITCODE_INSTALL_LOC_OLD=amdgcn)
+ -DROCM_DEVICE_LIBS_BITCODE_INSTALL_LOC_OLD=amdgcn
588
+ ${extra_cmake_args})
589
endif()
590
591
0 commit comments