diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-04-19 00:50:47 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-04-19 00:50:47 +0000 |
commit | 99f15d6eb77f1719cd38d2199b5b6a3b24f649d0 (patch) | |
tree | 50d8e4685dba874ff4e4c037d8e3b92ee548eb86 /libcxx/test/testit | |
parent | ca357d9831c8ef642e8ff752666cad8a0a53b5ef (diff) | |
download | bcm5719-llvm-99f15d6eb77f1719cd38d2199b5b6a3b24f649d0.tar.gz bcm5719-llvm-99f15d6eb77f1719cd38d2199b5b6a3b24f649d0.zip |
libc++: Add some missing #includes to atomics tests. libc++ doesn't need these
at the moment, but they allow these tests to be used to test clang against
libstdc++. Add myself to the credits file, as suggested by Howard.
llvm-svn: 155085
Diffstat (limited to 'libcxx/test/testit')
-rwxr-xr-x | libcxx/test/testit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/testit b/libcxx/test/testit index c7409160f82..eea3858a628 100755 --- a/libcxx/test/testit +++ b/libcxx/test/testit @@ -8,7 +8,7 @@ # // # //===--------------------------------------------------------------------===// -if [ -z $CC ] +if [ -z "$CC" ] then if which xcrun >/dev/null then |