[cfe-commits] [PATCH] Revert part of commit r161175
Brad Smith
brad at comstyle.com
Wed Aug 8 00:44:21 PDT 2012
This reverts part of commit r161175 which was wrong for our PowerPC
target.
Index: lib/Basic/Targets.cpp
===================================================================
--- lib/Basic/Targets.cpp (revision 161478)
+++ lib/Basic/Targets.cpp (working copy)
@@ -957,7 +957,6 @@
case llvm::Triple::Linux:
case llvm::Triple::FreeBSD:
case llvm::Triple::NetBSD:
- case llvm::Triple::OpenBSD:
SizeType = UnsignedInt;
PtrDiffType = SignedInt;
IntPtrType = SignedInt;
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the cfe-commits
mailing list