about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/common/clang/clang-at-least-16-LLVMgold-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/llvm/common/clang/clang-at-least-16-LLVMgold-path.patch')
-rw-r--r--pkgs/development/compilers/llvm/common/clang/clang-at-least-16-LLVMgold-path.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/compilers/llvm/common/clang/clang-at-least-16-LLVMgold-path.patch b/pkgs/development/compilers/llvm/common/clang/clang-at-least-16-LLVMgold-path.patch
deleted file mode 100644
index 74cdbacc8a71..000000000000
--- a/pkgs/development/compilers/llvm/common/clang/clang-at-least-16-LLVMgold-path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/lib/Driver/ToolChains/CommonArgs.cpp b/lib/Driver/ToolChains/CommonArgs.cpp
-index 34640b3c450d..93c4a4f4ec5c 100644
---- a/lib/Driver/ToolChains/CommonArgs.cpp
-+++ b/lib/Driver/ToolChains/CommonArgs.cpp
-@@ -589,8 +589,7 @@ void tools::addLTOOptions(const ToolChain &ToolChain, const ArgList &Args,
- #endif
- 
-     SmallString<1024> Plugin;
--    llvm::sys::path::native(Twine(D.Dir) +
--                                "/../" CLANG_INSTALL_LIBDIR_BASENAME +
-+    llvm::sys::path::native(Twine("@libllvmLibdir@") +
-                                 PluginName + Suffix,
-                             Plugin);
-     CmdArgs.push_back(Args.MakeArgString(Twine(PluginPrefix) + Plugin));