From 361680a51927577ccb20b14704dbaac762181843 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 11 Oct 2010 17:22:16 +0000 Subject: Remove more unneeded files and directories from contrib/llvm. This still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor) --- contrib/llvm/autoconf/m4/cxx_flag_check.m4 | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 contrib/llvm/autoconf/m4/cxx_flag_check.m4 (limited to 'contrib/llvm/autoconf/m4/cxx_flag_check.m4') diff --git a/contrib/llvm/autoconf/m4/cxx_flag_check.m4 b/contrib/llvm/autoconf/m4/cxx_flag_check.m4 deleted file mode 100644 index ab09f2af5cf0..000000000000 --- a/contrib/llvm/autoconf/m4/cxx_flag_check.m4 +++ /dev/null @@ -1,2 +0,0 @@ -AC_DEFUN([CXX_FLAG_CHECK], - [AC_SUBST($1, `$CXX $2 -fsyntax-only -xc /dev/null 2>/dev/null && echo $2`)]) -- cgit v1.2.3