diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-09-14 20:26:27 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-09-14 20:26:27 +0000 |
commit | 03976c1b625a7e14930215cb2a088fc9bb012481 (patch) | |
tree | fd45306017b60330d25024a47900c019455f59d9 /libcxx/lib | |
parent | 00e34f4b32e14ae2262ba8b226faf31a47bf5460 (diff) | |
download | bcm5719-llvm-03976c1b625a7e14930215cb2a088fc9bb012481.tar.gz bcm5719-llvm-03976c1b625a7e14930215cb2a088fc9bb012481.zip |
Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>.
llvm-svn: 113842
Diffstat (limited to 'libcxx/lib')
-rwxr-xr-x | libcxx/lib/buildit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit index 4b07113e559..0b51b2d7f0f 100755 --- a/libcxx/lib/buildit +++ b/libcxx/lib/buildit @@ -14,7 +14,7 @@ fi if [ -z "$CXX" ] then - CXX=g++ + CXX=clang++ fi if [ -z $MACOSX_DEPLOYMENT_TARGET ] |