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

Unified Diff: src/SZTargets.def

Issue 1961743002: Subzero: Update for LLVM 3.9 (trunk). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero@master
Patch Set: Remove unnecessary variable Created 4 years, 7 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
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/SZTargets.def
diff --git a/src/SZTargets.def b/src/SZTargets.def
index b07ac470c87a882331da1cf274c3d3e2833fcebd..15fcb966b47aff148542a81b44835e71bb00828d 100644
--- a/src/SZTargets.def
+++ b/src/SZTargets.def
@@ -14,6 +14,8 @@
//
//===----------------------------------------------------------------------===//
+#ifdef PNACL_LLVM
+
#ifdef SZTARGET
#ifndef SUBZERO_TARGET
@@ -29,3 +31,12 @@ SUBZERO_TARGET(SZTARGET)
#include "llvm/Config/SZTargets.def"
#endif // !SZTARGET
+
+#else // !PNACL_LLVM
+
+SUBZERO_TARGET(ARM32)
+SUBZERO_TARGET(MIPS32)
+SUBZERO_TARGET(X8632)
+SUBZERO_TARGET(X8664)
+
+#endif // !PNACL_LLVM
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698