[all-commits] [llvm/llvm-project] 40bb30: clang: Add start of header test for __clang_hip_li...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 30 09:39:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40bb302c451ec1a8f6a2b8238e0a56448b8e1a12
      https://github.com/llvm/llvm-project/commit/40bb302c451ec1a8f6a2b8238e0a56448b8e1a12
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    A clang/test/Headers/__clang_hip_libdevice_declares.cpp

  Log Message:
  -----------
  clang: Add start of header test for __clang_hip_libdevice_declares

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.




More information about the All-commits mailing list