diff options
author | Stephen Hines <srhines@google.com> | 2013-02-27 16:22:10 -0800 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2013-02-27 16:26:23 -0800 |
commit | 4ac9185c630fd899af5a4f7dec76b25859a1f59b (patch) | |
tree | 4688b92792b666869aae4fd8e298a645690f03ef /CleanSpec.mk | |
parent | 5c0d8570f299e70ba12795887be8748d06fac59a (diff) | |
download | external_llvm-4ac9185c630fd899af5a4f7dec76b25859a1f59b.zip external_llvm-4ac9185c630fd899af5a4f7dec76b25859a1f59b.tar.gz external_llvm-4ac9185c630fd899af5a4f7dec76b25859a1f59b.tar.bz2 |
Remove old ARMCodeGen intermediates.
Change-Id: I93885ad873fc564b00a7438d3c3c4b0188fb80d8
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r-- | CleanSpec.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index 77d06c4..c39ce69 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -49,3 +49,4 @@ # ************************************************ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/stingray/obj/STATIC_LIBRARIES/libLLVM*) $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/stingray/obj/STATIC_LIBRARIES/libLLVMARMCodeGen_intermediates*) +$(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_PREBUILT_TAG)/obj/STATIC_LIBRARIES/libLLVMARM*) |