Skip to content

Commit ce6e8d8

Browse files
author
Salinas, David
authored
Add missing ${extra_cmake_args} (llvm#4603) (llvm#4645)
2 parents 451a842 + 5d0fb29 commit ce6e8d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/runtimes/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,8 @@ if(build_runtimes)
584584
INSTALL_COMMAND ""
585585
CMAKE_ARGS -DCMAKE_PREFIX_PATH=${CMAKE_BINARY_DIR}/lib/cmake
586586
-DROCM_DEVICE_LIBS_BITCODE_INSTALL_LOC_NEW=${ROCM_DEVICE_LIBS_BITCODE_INSTALL_LOC}
587-
-DROCM_DEVICE_LIBS_BITCODE_INSTALL_LOC_OLD=amdgcn)
587+
-DROCM_DEVICE_LIBS_BITCODE_INSTALL_LOC_OLD=amdgcn
588+
${extra_cmake_args})
588589
endif()
589590
endif()
590591

0 commit comments

Comments
 (0)