[PATCH] Mangler: Don't prefix MS ABI names with a leading ? character
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Tue Mar 3 16:36:57 PST 2015
================
Comment at: test/CodeGen/X86/mangle-question-mark.ll:23
@@ +22,3 @@
+; MACHO: calll "L?withescape at A@@QBEXXZ$stub"
+; MACHO: calll "L?withquestion at A@@QBEXXZ$stub"
+; MACHO: calll "l?privatequestion at A@@QBEXXZ"
----------------
You need to CHECK the non-stub too. Probably the easiest is to just check with global variables instead of functions.
http://reviews.llvm.org/D7775
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list