mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-02 18:58:15 +00:00
Restore accidentally deleted file (I blame svn).
llvm-svn: 129588
This commit is contained in:
parent
193f783a99
commit
12c26de5c4
22
clang/runtime/Makefile
Normal file
22
clang/runtime/Makefile
Normal 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::
|
||||
|
Loading…
Reference in New Issue
Block a user