diff --git a/clang-rosa.patch b/clang-rosa.patch index d0b1dd2..cd0f941 100644 --- a/clang-rosa.patch +++ b/clang-rosa.patch @@ -120,12 +120,3 @@ diff -Naur clang-9.0.1.src-orig/lib/Driver/ToolChains/Linux.cpp clang-9.0.1.src/ ExtraOpts.push_back("--enable-new-dtags"); // The selection of paths to try here is designed to match the patterns which -@@ -314,7 +315,7 @@ - // to the link paths. - path_list &Paths = getFilePaths(); - -- const std::string OSLibDir = getOSLibDir(Triple, Args); -+ const std::string OSLibDir = getOSLibDir(Distro, Triple, Args); - const std::string MultiarchTriple = getMultiarchTriple(D, Triple, SysRoot); - - // Add the multilib suffixed paths where they are available.