[PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support

Evangelos Foutras via cfe-commits cfe-commits at lists.llvm.org
Sat May 7 08:17:12 PDT 2016


foutrelis added a subscriber: foutrelis.

================
Comment at: test/CodeGenCXX/mangle-abi-tag.cpp:115
@@ +114,3 @@
+C1 f9() { return C1(); }
+// CHECK: @_Z2f9B6Names1v()
+
----------------
I'm seeing a test failure on i686 on Arch Linux (all tests pass on x86_64): {F1899075}

I'm using this patch and a slightly tweaked version of D17567 on top of clang 3.8.0; not sure if that's the reason for the failure.


http://reviews.llvm.org/D18035





More information about the cfe-commits mailing list