forked from OSchip/llvm-project
parent
4a50956c07
commit
d6317d22a9
|
@ -1,12 +1,12 @@
|
|||
#!/bin/sh
|
||||
# //===--------------------------- testit ---------------------------------===//
|
||||
# //
|
||||
# // The LLVM Compiler Infrastructure
|
||||
# //
|
||||
# // This file is distributed under the University of Illinois Open Source
|
||||
# // License. See LICENSE.TXT for details.
|
||||
# //
|
||||
# //===--------------------------------------------------------------------===//
|
||||
#===------------------------------ testit ----------------------------------===#
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
# This file is distributed under the University of Illinois Open Source
|
||||
# License. See LICENSE.TXT for details.
|
||||
#
|
||||
#===------------------------------------------------------------------------===#
|
||||
|
||||
if [ -z "$CC" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue