[llvm-commits] [support] r44771 - in /support/trunk/lib: Support/ Support/Makefile System/ System/Makefile
Reid Spencer
rspencer at reidspencer.com
Sun Dec 9 19:27:42 PST 2007
Author: reid
Date: Sun Dec 9 21:27:41 2007
New Revision: 44771
URL: http://llvm.org/viewvc/llvm-project?rev=44771&view=rev
Log:
Update with fresh copies.
Added:
support/trunk/lib/Support/
- copied from r44703, llvm/trunk/lib/Support/
support/trunk/lib/System/
- copied from r44703, llvm/trunk/lib/System/
Removed:
support/trunk/lib/Support/Makefile
support/trunk/lib/System/Makefile
Removed: support/trunk/lib/Support/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Makefile?rev=44703&view=auto
==============================================================================
--- support/trunk/lib/Support/Makefile (original)
+++ support/trunk/lib/Support/Makefile (removed)
@@ -1,17 +0,0 @@
-##===- lib/Support/Makefile --------------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-LIBRARYNAME = LLVMSupport
-BUILD_ARCHIVE = 1
-
-## FIXME: This only requires RTTI because tblgen uses it. Fix that.
-REQUIRES_RTTI = 1
-
-include $(LEVEL)/Makefile.common
Removed: support/trunk/lib/System/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Makefile?rev=44703&view=auto
==============================================================================
--- support/trunk/lib/System/Makefile (original)
+++ support/trunk/lib/System/Makefile (removed)
@@ -1,19 +0,0 @@
-##===- lib/System/Makefile ---------------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file was developed by Reid Spencer and is distributed under the
-# University of Illinois Open Source License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-LIBRARYNAME = LLVMSystem
-BUILD_ARCHIVE = 1
-
-EXTRA_DIST = Unix Win32 README.txt
-
-include $(LEVEL)/Makefile.common
-
-CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
-CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))
More information about the llvm-commits
mailing list