================ Comment at: tools/llvm-shlib/Makefile:92 @@ +91,3 @@ +ifeq ($(ARCH),x86_64) + $(Verb) ($(SED) -n \ + -e "s/^.* T \([^.][^.]*\)$$/\1/p" \ ---------------- Can we instead of full copy & paste conditionalize the pattern only? http://reviews.llvm.org/D5036