diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-04-15 18:33:24 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-04-15 18:33:24 +0000 |
commit | 484fc57c8d2d3ba645a03f9e294dcebc5aacaf44 (patch) | |
tree | ea8fedbd5ab8f2871efab7fc2fa78908a49f159b /runtime | |
parent | a8e8d5f55b513513be85892a684b147209a3d245 (diff) |
Reapply r129561, moving the runtime/Makefile that builds compiler-rt into
runtime/compiler-rt/Makefile paving the way to put multiple different libraries
into runtime/ and build all of them.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/compiler-rt/Makefile (renamed from runtime/Makefile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/compiler-rt/Makefile index 375f312deb..915030a81e 100644 --- a/runtime/Makefile +++ b/runtime/compiler-rt/Makefile @@ -13,7 +13,7 @@ # ##===----------------------------------------------------------------------===## -CLANG_LEVEL := .. +CLANG_LEVEL := ../.. include $(CLANG_LEVEL)/Makefile CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \ |