From fd57cecd2cb3ac726942e0101de6a82dc5a958a6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Apr 2007 06:24:45 +0000 Subject: Initial support for writing bitcode files. This currently only writes types, the type symtab, and global/function protos, and is missing the important size optimization, but it is a place to start. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36331 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bitcode/Writer/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/Bitcode/Writer/Makefile (limited to 'lib/Bitcode/Writer/Makefile') diff --git a/lib/Bitcode/Writer/Makefile b/lib/Bitcode/Writer/Makefile new file mode 100644 index 0000000000..c87387a309 --- /dev/null +++ b/lib/Bitcode/Writer/Makefile @@ -0,0 +1,15 @@ +##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by Chris Lattner and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../../.. +LIBRARYNAME = LLVMBitWriter +BUILD_ARCHIVE = 1 + +include $(LEVEL)/Makefile.common + -- cgit v1.2.3-70-g09d2