зеркало из https://github.com/microsoft/clang-1.git
Revert part of r161175 which was wrong for OpenBSD's PowerPC target.
Contributed by Brad Smith <brad@comstyle.com> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
50d61c8ccf
Коммит
f0e956bb37
|
@ -957,7 +957,6 @@ public:
|
||||||
case llvm::Triple::Linux:
|
case llvm::Triple::Linux:
|
||||||
case llvm::Triple::FreeBSD:
|
case llvm::Triple::FreeBSD:
|
||||||
case llvm::Triple::NetBSD:
|
case llvm::Triple::NetBSD:
|
||||||
case llvm::Triple::OpenBSD:
|
|
||||||
SizeType = UnsignedInt;
|
SizeType = UnsignedInt;
|
||||||
PtrDiffType = SignedInt;
|
PtrDiffType = SignedInt;
|
||||||
IntPtrType = SignedInt;
|
IntPtrType = SignedInt;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче