From becce11112f65f0de12ece4fa6fe6435f72b7d3e Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Wed, 14 May 2014 23:07:16 +0000 Subject: Make verbose clang builds also build compiler_rt verbosely llvm-svn: 208821 --- clang/runtime/compiler-rt/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/runtime') diff --git a/clang/runtime/compiler-rt/Makefile b/clang/runtime/compiler-rt/Makefile index 24efdf45b5a..9833eb901ab 100644 --- a/clang/runtime/compiler-rt/Makefile +++ b/clang/runtime/compiler-rt/Makefile @@ -169,6 +169,7 @@ BuildRuntimeLibraries: ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \ ProjObjRoot=$(PROJ_OBJ_DIR) \ CC="$(ToolDir)/clang" \ + VERBOSE=$(VERBOSE) \ LLVM_ANDROID_TOOLCHAIN_DIR="$(LLVM_ANDROID_TOOLCHAIN_DIR)" \ $(COMPILERRT_MAKE_FLAGS) \ $(RuntimeDirs:%=clang_%) @@ -177,6 +178,7 @@ CleanRuntimeLibraries: $(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \ ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \ ProjObjRoot=$(PROJ_OBJ_DIR) \ + VERBOSE=$(VERBOSE) \ $(COMPILERRT_MAKE_FLAGS) \ clean .PHONY: CleanRuntimeLibraries -- cgit v1.2.3