aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/autoconf/m4/cxx_flag_check.m4
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-11 17:22:16 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-11 17:22:16 +0000
commit361680a51927577ccb20b14704dbaac762181843 (patch)
treede75a464c5dac7eceb2dbbad8b4d4e1479d79e08 /contrib/llvm/autoconf/m4/cxx_flag_check.m4
parent72578a23bf85ae6f14444ee38e72f9b16899bb52 (diff)
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)
Notes
Notes: svn path=/head/; revision=213695
Diffstat (limited to 'contrib/llvm/autoconf/m4/cxx_flag_check.m4')
-rw-r--r--contrib/llvm/autoconf/m4/cxx_flag_check.m42
1 files changed, 0 insertions, 2 deletions
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`)])