Skip to content
Snippets Groups Projects
Commit c85839cf authored by Jonathan Roelofs's avatar Jonathan Roelofs
Browse files

Make verbose clang builds also build compiler_rt verbosely

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208821 91177308-0d34-0410-b5e6-96231b3b80d8
parent e37df58b
No related branches found
No related tags found
No related merge requests found
...@@ -169,6 +169,7 @@ BuildRuntimeLibraries: ...@@ -169,6 +169,7 @@ BuildRuntimeLibraries:
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \ ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
ProjObjRoot=$(PROJ_OBJ_DIR) \ ProjObjRoot=$(PROJ_OBJ_DIR) \
CC="$(ToolDir)/clang" \ CC="$(ToolDir)/clang" \
VERBOSE=$(VERBOSE) \
LLVM_ANDROID_TOOLCHAIN_DIR="$(LLVM_ANDROID_TOOLCHAIN_DIR)" \ LLVM_ANDROID_TOOLCHAIN_DIR="$(LLVM_ANDROID_TOOLCHAIN_DIR)" \
$(COMPILERRT_MAKE_FLAGS) \ $(COMPILERRT_MAKE_FLAGS) \
$(RuntimeDirs:%=clang_%) $(RuntimeDirs:%=clang_%)
...@@ -177,6 +178,7 @@ CleanRuntimeLibraries: ...@@ -177,6 +178,7 @@ CleanRuntimeLibraries:
$(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \ $(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \ ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
ProjObjRoot=$(PROJ_OBJ_DIR) \ ProjObjRoot=$(PROJ_OBJ_DIR) \
VERBOSE=$(VERBOSE) \
$(COMPILERRT_MAKE_FLAGS) \ $(COMPILERRT_MAKE_FLAGS) \
clean clean
.PHONY: CleanRuntimeLibraries .PHONY: CleanRuntimeLibraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment