diff options
author | Davide Italiano <davide@freebsd.org> | 2018-07-10 20:37:24 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2018-07-10 20:37:24 +0000 |
commit | 87951b6693bf061108fed2f2f95374905e4e60c7 (patch) | |
tree | e0962874280e8295c061495ccf17bf7c7f9d3eba /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 3a0e12700bc775be452cf40f9226e535683864b7 (diff) | |
download | bcm5719-llvm-87951b6693bf061108fed2f2f95374905e4e60c7.tar.gz bcm5719-llvm-87951b6693bf061108fed2f2f95374905e4e60c7.zip |
[testsuite] Implement a category to skip libstdcxx tests
On systems where it's not supported.
As far as I understand Linux is the only systems which now ships
with libstdcxx (maybe NetBSD?, but I'm not entirely sure of the
state of lldb on the platform).
We could make this more fine grained looking for the header as
we do for libcxx. This is a little tricky as there's no such
thing as /usr/include/c++/v1, but libstdcxx encodes the version
number in the path (i.e. /usr/include/c++/5.4). I guess we might
match a regex, but it seems fragile to me.
Differential Revision: https://reviews.llvm.org/D49110
llvm-svn: 336724
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions