[PATCH] [make & configure] Don't strip leading underscore on Win64

Anton Korobeynikov anton at korobeynikov.info
Sat Aug 23 09:58:31 PDT 2014


================
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






More information about the llvm-commits mailing list