From d73e44a846f4570a1564c990b6e97159e3b7ca06 Mon Sep 17 00:00:00 2001 From: Butta Date: Sat, 4 Mar 2023 21:42:24 +0530 Subject: [PATCH] [CMake] Don't add an extraneous rpath to the swift-frontend --- tools/driver/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt index 4521356ffc62c..2d4fe3f584daf 100644 --- a/tools/driver/CMakeLists.txt +++ b/tools/driver/CMakeLists.txt @@ -68,8 +68,6 @@ target_link_libraries(swift-frontend add_swift_parser_link_libraries(swift-frontend) -_add_swift_runtime_link_flags(swift-frontend "../../lib" "") - # Create a `swift-driver` executable adjacent to the `swift-frontend` executable # to ensure that `swiftc` forwards to the standalone driver when invoked. swift_create_early_driver_copies(swift-frontend)