Restore accidentally deleted file (I blame svn).

llvm-svn: 129588
This commit is contained in:
Nick Lewycky 2011-04-15 18:57:00 +00:00
parent 193f783a99
commit 12c26de5c4

22
clang/runtime/Makefile Normal file
View File

@ -0,0 +1,22 @@
##===- runtime/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 := ..
include $(CLANG_LEVEL)/../../Makefile.config
ifndef NO_RUNTIME_LIBS
PARALLEL_DIRS := compiler-rt
endif
include $(CLANG_LEVEL)/Makefile
install::