[PATCH] D152829: clang: Add start of header test for __clang_hip_libdevice_declares

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 13 09:43:34 PDT 2023


arsenm created this revision.
arsenm added reviewers: ronlieb, jdoerfert, JonChesterfield, tra, ddpagan, doru1004.
Herald added a subscriber: yaxunl.
Herald added a project: All.
arsenm requested review of this revision.
Herald added subscribers: jplehr, sstefan1, wdng.

It was shockingly difficult to get identical checks out of the 3
languages. The visibility, dso_local and fp-contract settings seem to
differ unless I force every test function to
static. update_cc_test_checks also isn't smart enough when the
attribute groups slightly differ.


https://reviews.llvm.org/D152829

Files:
  clang/test/Headers/__clang_hip_libdevice_declares.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152829.530945.patch
Type: text/x-patch
Size: 7827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230613/eb1f2245/attachment-0001.bin>


More information about the cfe-commits mailing list