Skip to content

Commit becce11

Browse files
committed
Make verbose clang builds also build compiler_rt verbosely
llvm-svn: 208821
1 parent 91e8104 commit becce11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/runtime/compiler-rt/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ BuildRuntimeLibraries:
169169
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
170170
ProjObjRoot=$(PROJ_OBJ_DIR) \
171171
CC="$(ToolDir)/clang" \
172+
VERBOSE=$(VERBOSE) \
172173
LLVM_ANDROID_TOOLCHAIN_DIR="$(LLVM_ANDROID_TOOLCHAIN_DIR)" \
173174
$(COMPILERRT_MAKE_FLAGS) \
174175
$(RuntimeDirs:%=clang_%)
@@ -177,6 +178,7 @@ CleanRuntimeLibraries:
177178
$(Verb) $(MAKE) -C $(COMPILERRT_SRC_ROOT) \
178179
ProjSrcRoot=$(COMPILERRT_SRC_ROOT) \
179180
ProjObjRoot=$(PROJ_OBJ_DIR) \
181+
VERBOSE=$(VERBOSE) \
180182
$(COMPILERRT_MAKE_FLAGS) \
181183
clean
182184
.PHONY: CleanRuntimeLibraries

0 commit comments

Comments
 (0)