]> granicus.if.org Git - clang/commitdiff
Remove obviously incorrect branch.
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 26 Jan 2012 21:58:37 +0000 (21:58 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 26 Jan 2012 21:58:37 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149084 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.cpp

index 4e34dc5e18f6fcc11b2cd5769f57d5e7b914f01f..e5ee8899ef7aab61afdf0d80c117ec1dbc262691 100644 (file)
@@ -1684,8 +1684,7 @@ NetBSD::NetBSD(const Driver &D, const llvm::Triple& Triple,
     // doesn't work.
     // FIXME: It'd be nicer to test if this directory exists, but I'm not sure
     // what all logic is needed to emulate the '=' prefix here.
-    if (Triple.getArch() == llvm::Triple::x86 ||
-        Triple.getArch() == llvm::Triple::ppc)
+    if (Triple.getArch() == llvm::Triple::x86)
       getFilePaths().push_back("=/usr/lib/i386");
 
     getFilePaths().push_back("=/usr/lib");