[cfe-dev] C++ ABI conformance?
"C. Bergström"
cbergstrom at pathscale.com
Mon Jul 15 10:50:46 PDT 2013
On 07/16/13 12:45 AM, Robinson, Paul wrote:
> PR16537 demonstrates a defect in Clang/LLVM conformance with the
> Itanium C++ ABI. I poked around a little in the Clang, LLVM, and
> test-suite tests but didn't see anything that obviously looked
> like an attempt at an ABI conformance test set.
>
> Is there a conformance test set that I missed? If not, does
> anybody think they are privately testing ABI conformance?
> Alternatively, does anybody know of a test suite for ABI
> conformance? I found references to codesourcery but apparently
> their new corporate owners have abandoned that particular product.
The libcxxrt has some tests, but it's far from exhaustive
https://github.com/pathscale/libcxxrt/tree/master/test
We'd welcome more tests and or be willing to help develop them
More information about the cfe-dev
mailing list