Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(862)

Unified Diff: lib/Driver/Tools.cpp

Issue 838933004: Inject gnueabihf environment into the effective clang triple for NaCl (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-clang.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()) {

Powered by Google App Engine
This is Rietveld 408576698