[Linux][Backtracing] Fix CMake scripts to install correctly.

The script erroneously used `UNIVERSAL_LIBRARY_NAME` instead of
`UNIVERSAL_NAME`.

rdar://112662487
This commit is contained in:
Alastair Houghton
2023-07-25 12:13:07 +01:00
parent a3eb585a88
commit 7873f52074

View File

@@ -2976,7 +2976,7 @@ function(add_swift_target_executable name)
add_dependencies(${install_in_component} ${lipo_target})
set(install_dest "libexec${LLVM_LIBDIR_SUFFIX}/swift/${resource_dir_sdk_subdir}")
swift_install_in_component(FILES "${UNIVERSAL_LIBRARY_NAME}"
swift_install_in_component(FILES "${UNIVERSAL_NAME}"
DESTINATION ${install_dest}
COMPONENT "${install_in_component}"
PERMISSIONS