openbsd-ports/devel/llvm/patches/patch-tools_Makefile
sthen 136611c6f3 import llvm/clang. not heavily tested yet but there's been a lot
of interest in the static analyser and it basically works, so put
it in now and link to the build later.

Low Level Virtual Machine (LLVM) is:
- 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.

some parts from chl@ and the FreeBSD port.
2008-11-10 11:25:33 +00:00

14 lines
501 B
Plaintext

$OpenBSD: patch-tools_Makefile,v 1.1.1.1 2008/11/10 11:25:33 sthen Exp $
--- tools/Makefile.orig Sun Nov 9 12:45:09 2008
+++ tools/Makefile Sun Nov 9 12:45:21 2008
@@ -16,7 +16,8 @@ PARALLEL_DIRS := llvm-config \
llc llvm-ranlib llvm-ar llvm-nm \
llvm-ld llvm-prof llvm-link \
lli gccas gccld llvm-extract llvm-db \
- bugpoint llvm-bcanalyzer llvm-stub llvmc2
+ bugpoint llvm-bcanalyzer llvm-stub llvmc2 \
+ clang
include $(LEVEL)/Makefile.config