brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 743b64f Raw
6 lines · plain
1file(GLOB files ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/lib/*.a)2 3foreach(file ${files})4  execute_process(COMMAND ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/bin/llvm-strip --no-strip-all -R .llvm.lto ${file})5endforeach()6