We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e486e commit ea0a4dfCopy full SHA for ea0a4df
clang/runtime/compiler-rt/Makefile
@@ -221,8 +221,6 @@ $(ResourceLibDir)/$1/libclang_rt.%.dylib: \
221
$(ResourceLibDir)/$1/.dir
222
$(Echo) Copying runtime library $1/$$* to build dir
223
$(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.dylib $$@
224
- $(Echo) Fixing LC_ID_DYLIB of $$@
225
- $(Verb) install_name_tool $$@ -id $$@
226
RuntimeLibrary.$1: \
227
$(RuntimeLibrary.$1.Configs:%=$(ResourceLibDir)/$1/libclang_rt.%)
228
.PHONY: RuntimeLibrary.$1
0 commit comments