summaryrefslogtreecommitdiff
path: root/lib/Basic/Targets.cpp
diff options
context:
space:
mode:
authorPawel Wodnicki <pawel@32bitmicro.com>2012-11-28 22:01:30 +0000
committerPawel Wodnicki <pawel@32bitmicro.com>2012-11-28 22:01:30 +0000
commitbcc81cc1b7632c74183315c2c7ba49bca8694820 (patch)
tree5a9af4321772a9970d20903e24e70ecbd59e8444 /lib/Basic/Targets.cpp
parent7fade2fe3e8cb63141fac7255f7d5b99ff713dc8 (diff)
downloadclang-bcc81cc1b7632c74183315c2c7ba49bca8694820.tar.gz
clang-bcc81cc1b7632c74183315c2c7ba49bca8694820.tar.bz2
clang-bcc81cc1b7632c74183315c2c7ba49bca8694820.tar.xz
Merging r168674: into the 3.2 release branch.
Fix the definition of the vfork() builtin on Haiku. PR14378. git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_32@168819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Targets.cpp')
-rw-r--r--lib/Basic/Targets.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
index ab02e6f3b5..f36ef826d0 100644
--- a/lib/Basic/Targets.cpp
+++ b/lib/Basic/Targets.cpp
@@ -2765,6 +2765,7 @@ public:
SizeType = UnsignedLong;
IntPtrType = SignedLong;
PtrDiffType = SignedLong;
+ ProcessIDType = SignedLong;
this->UserLabelPrefix = "";
this->TLSSupported = false;
}