[cfe-commits] [PATCH] Fix test case failure due to C++ ABI difference on ARM

John McCall rjmccall at apple.com
Tue May 1 10:35:21 PDT 2012


On Apr 30, 2012, at 8:23 PM, 陳韋任 wrote:
> This patch addresses x86/ARM C++ ABI difference on member function pointer.
> You can see more detail in Sec. 3.2.1 "Representation of pointer to member
> function" [1].

The test is just missing a triple, and so is defaulting to the current platform.
I folded this into an existing test for member function pointers in r155920.

John.



More information about the cfe-commits mailing list