]> granicus.if.org Git - clang/commit
Add target information for CloudABI on x86-64.
authorEd Schouten <ed@nuxi.nl>
Wed, 11 Mar 2015 08:42:46 +0000 (08:42 +0000)
committerEd Schouten <ed@nuxi.nl>
Wed, 11 Mar 2015 08:42:46 +0000 (08:42 +0000)
commitdfd3e4e8a84deb4effeb8912f949fc0b231a568b
treef6a318f1f8c101e0a3aef289f61e010029234ddc
parent99823a75249bb2d809f90f86a439206c474f72ee
Add target information for CloudABI on x86-64.

CloudABI can be identified by the __CloudABI__ preprocessor definition. The
system uses ELF executables.

CloudABI uses Unicode 7.0.0 for the encoding of wchar_t. As Unicode 7.0.0 is
synchronized with ISO/IEC 10646:2012 (released on 2012-06-01),
__STDC_ISO_10646__ is defined as 201206L.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231912 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/init.c