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.
1 parent 77ed643 commit 461fa43Copy full SHA for 461fa43
openmp/device/CMakeLists.txt
@@ -85,7 +85,7 @@ install(TARGETS libompdevice
85
86
add_library(ompdevice.all_objs OBJECT IMPORTED)
87
set_property(TARGET ompdevice.all_objs APPEND PROPERTY IMPORTED_OBJECTS
88
- ${CMAKE_CURRENT_BINARY_DIR}/libomptarget-${target_name}.bc)
+ ${LLVM_LIBRARY_OUTPUT_INTDIR}/${LLVM_DEFAULT_TARGET_TRIPLE}/libomptarget-${target_name}.bc)
89
90
# Archive all the object files generated above into a static library
91
add_library(ompdevice STATIC)
0 commit comments