mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
- A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation. This port is only to build the Etoile project. WWW: http://llvm.cs.uiuc.edu/
14 lines
507 B
Text
14 lines
507 B
Text
|
|
$FreeBSD: /tmp/pcvs/ports/devel/llvm-etoile/files/patch-tools_clang_lib_Headers_Makefile,v 1.1 2011-04-07 18:45:00 dinoex Exp $
|
|
|
|
--- tools/clang/lib/Headers/Makefile.orig
|
|
+++ tools/clang/lib/Headers/Makefile
|
|
@@ -13,7 +13,7 @@
|
|
# FIXME: Get version from a common place.
|
|
HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/1.0/include
|
|
|
|
-HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.h))
|
|
+HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*mm*.h))
|
|
|
|
OBJHEADERS := $(addprefix $(HeaderDir)/, $(HEADERS))
|
|
|