[all-commits] [llvm/llvm-project] f74e3d: [OpenMP] Fix test on 32-bit platforms

Joseph Huber via All-commits all-commits at lists.llvm.org
Sun Dec 25 07:47:54 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f74e3d2f81d2aae47d6032fc1d23114460d48a37
      https://github.com/llvm/llvm-project/commit/f74e3d2f81d2aae47d6032fc1d23114460d48a37
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-12-25 (Sun, 25 Dec 2022)

  Changed paths:
    M clang/test/OpenMP/declare_target_nohost_variant_messages.cpp

  Log Message:
  -----------
  [OpenMP] Fix test on 32-bit platforms

Summary:
This test didn't specify the triple so it defaulted to the user's, if
this was 32-bit then it failed due to a diagnostic message.




More information about the All-commits mailing list