diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
commit | 2b6b257f4e5503a7a2675bdb8735693db769f75c (patch) | |
tree | e85e046ae7003fe3bcc8b5454cd0fa3f7407b470 /lib/Makefile | |
parent | b4348ed0b7e90c0831b925fbee00b5f179a99796 (diff) | |
download | src-2b6b257f4e5503a7a2675bdb8735693db769f75c.tar.gz src-2b6b257f4e5503a7a2675bdb8735693db769f75c.zip |
Vendor import of clang release_39 branch r276489:vendor/clang/clang-release_39-r276489
Notes
Notes:
svn path=/vendor/clang/dist/; revision=303233
svn path=/vendor/clang/clang-release_39-r276489/; revision=303234; tag=vendor/clang/clang-release_39-r276489
Diffstat (limited to 'lib/Makefile')
-rwxr-xr-x | lib/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/Makefile b/lib/Makefile deleted file mode 100755 index acf8089629e4..000000000000 --- a/lib/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -##===- lib/Makefile ----------------------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## -CLANG_LEVEL := .. - -# ARCMigrate and Rewrite are always needed because of libclang. -PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Frontend \ - FrontendTool Tooling Driver Format Edit Rewrite Serialization \ - Index ASTMatchers - -include $(CLANG_LEVEL)/../../Makefile.config - -ifeq ($(ENABLE_CLANG_STATIC_ANALYZER),1) -PARALLEL_DIRS += StaticAnalyzer -endif - -ifeq ($(ENABLE_CLANG_ARCMT),1) -PARALLEL_DIRS += ARCMigrate -endif - -include $(CLANG_LEVEL)/Makefile |