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

Keno Fischer kfischer at college.harvard.edu
Sat Aug 23 10:08:36 PDT 2014


================
Comment at: tools/llvm-shlib/Makefile:92
@@ +91,3 @@
+ifeq ($(ARCH),x86_64)
+	$(Verb) ($(SED) -n \
+			-e "s/^.* T \([^.][^.]*\)$$/\1/p" \
----------------
Anton Korobeynikov wrote:
> Can we instead of full copy & paste conditionalize the pattern only?
Sure, any thoughts on how to do that? You can't really put the ifeq inside the command, and using string processing to assemble the command seemed worse to me than this.

http://reviews.llvm.org/D5036






More information about the llvm-commits mailing list