[PATCH] D24229: [ELF] - Versionscript: do not treat non-wildcarded names as wildcards.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 02:51:52 PDT 2016


grimar added inline comments.

================
Comment at: test/ELF/version-script-extern-exact.s:6
@@ +5,3 @@
+# RUN:   global:             \
+# RUN:      extern "C++" {   \
+# RUN:         \"aaa*\";    \
----------------
ruiu wrote:
> You need to escape '"' in this line too.
Right. This bug we also have in other testcases, e.g version-script-extern-wildcards.s. I`ll fix.


https://reviews.llvm.org/D24229





More information about the llvm-commits mailing list