[PATCH] D41673: [CMake] Install resource files into a share/ directory
Don Hinton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 21:11:34 PST 2018
hintonda added inline comments.
================
Comment at: compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake:434
set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}")
set(dst_file "${COMPILER_RT_OUTPUT_DIR}/${file_name}")
add_custom_command(OUTPUT ${dst_file}
----------------
I think you need to append "share" here too.
Repository:
rL LLVM
https://reviews.llvm.org/D41673
More information about the llvm-commits
mailing list