summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2018-07-10 20:37:24 +0000
committerDavide Italiano <davide@freebsd.org>2018-07-10 20:37:24 +0000
commit87951b6693bf061108fed2f2f95374905e4e60c7 (patch)
treee0962874280e8295c061495ccf17bf7c7f9d3eba /clang/lib/CodeGen/CodeGenFunction.h
parent3a0e12700bc775be452cf40f9226e535683864b7 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud