diff options
| -rw-r--r-- | clang/lib/Runtime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Runtime/Makefile b/clang/lib/Runtime/Makefile index 9a3c34719cf..580215acb62 100644 --- a/clang/lib/Runtime/Makefile +++ b/clang/lib/Runtime/Makefile @@ -26,6 +26,7 @@ PROJ_resources_lib := $(PROJ_resources)/lib # Expect compiler-rt to be in llvm/projects/compiler-rt COMPILERRT_SRC_ROOT := $(LLVM_SRC_ROOT)/projects/compiler-rt +ifndef CLANG_NO_RUNTIME ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK) # Select the compiler-rt configuration to use, and install directory. @@ -97,3 +98,4 @@ install-local:: $(RuntimeDirs:%=RuntimeLibraryInstall.%) clean-local:: CleanRuntimeLibraries endif +endif |

