Home | History | Annotate | Download | only in autoconf

Lines Matching full:clang

62 AC_PROG_CC(clang llvm-gcc gcc)
63 AC_PROG_CXX(clang++ llvm-g++ g++)
798 AC_ARG_WITH(clang-srcdir,
799 AS_HELP_STRING([--with-clang-srcdir],
800 [Directory to the out-of-tree Clang source]),,
809 AC_ARG_WITH(clang-resource-dir,
810 AS_HELP_STRING([--with-clang-resource-dir],
811 [Relative directory from the Clang binary for resource files]),,
818 [Colon separated list of directories clang will search for headers]),,
821 [Directories clang will search for headers])
1090 AC_MSG_ERROR([g++|clang++|icc required but not found])
1570 if test -f ${srcdir}/tools/clang/README.txt; then
1571 AC_CONFIG_FILES([tools/clang/docs/doxygen.cfg])