]> git.pld-linux.org Git - packages/llvm.git/blobdiff - llvm-pld.patch
initial update to 9.0.0
[packages/llvm.git] / llvm-pld.patch
index ebf865dd41f730b9b75573fe076cb247a8d049bc..759396796261a4bbc42ebc4e0c9a3e90b873142e 100644 (file)
          (Distro.IsUbuntu() && Distro >= Distro::UbuntuMaverick) ||
          (IsAndroid && !Triple.isAndroidVersionLT(23)))
        ExtraOpts.push_back("--hash-style=gnu");
-@@ -241,7 +241,7 @@
-       ExtraOpts.push_back("--hash-style=both");
-   }
--  if (Distro.IsRedhat() && Distro != Distro::RHEL5 && Distro != Distro::RHEL6)
-+  if ((Distro.IsRedhat() && Distro != Distro::RHEL5 && Distro != Distro::RHEL6) || Distro.IsPLD())
-     ExtraOpts.push_back("--no-add-needed");
- #ifdef ENABLE_LINKER_BUILD_ID
This page took 0.0504 seconds and 4 git commands to generate.