Fix a bug in the most recent openSUSE support patch.
This patch also by Ismail Donmez.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131958 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp
index 1675351..42ab3a4 100644
--- a/lib/Driver/ToolChains.cpp
+++ b/lib/Driver/ToolChains.cpp
@@ -1468,7 +1468,7 @@
ExtraOpts.push_back("--build-id");
if (IsOpenSuse(Distro))
- ExtraOpts.push_back("--dynamic-tags");
+ ExtraOpts.push_back("--enable-new-dtags");
if (Distro == ArchLinux)
Lib = "lib";