Index: lib/Driver/Tools.cpp |
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp |
index 014573a6420e82d4ec90d2024995596052e7f5b9..07c76dcc45d2e491fe862649621cd61def4491e5 100644 |
--- a/lib/Driver/Tools.cpp |
+++ b/lib/Driver/Tools.cpp |
@@ -751,8 +751,6 @@ void Clang::AddARMTargetArgs(const ArgList &Args, |
} else if (Triple.isOSWindows()) { |
// FIXME: this is invalid for WindowsCE |
ABIName = "aapcs"; |
- } else if (Triple.isOSNaCl()) { // @LOCALMOD |
- ABIName = "aapcs-linux"; |
} else { |
// Select the default based on the platform. |
switch(Triple.getEnvironment()) { |