[clang] [HIP] Make the HIP default architecture use the enum value (PR #84400)

2024-03-08 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 closed https://github.com/llvm/llvm-project/pull/84400 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HIP] Make the HIP default architecture use the enum value (PR #84400)

2024-03-07 Thread Yaxun Liu via cfe-commits
https://github.com/yxsamliu approved this pull request. https://github.com/llvm/llvm-project/pull/84400 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HIP] Make the HIP default architecture use the enum value (PR #84400)

2024-03-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-driver Author: Joseph Huber (jhuber6) Changes Summary: This default enum is used in other places, we should keep it consistent. --- Full diff: https://github.com/llvm/llvm-project/pull/84400.diff 2 Files Affected: -

[clang] [HIP] Make the HIP default architecture use the enum value (PR #84400)

2024-03-07 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 created https://github.com/llvm/llvm-project/pull/84400 Summary: This default enum is used in other places, we should keep it consistent. >From 4f791a35e775842e758e7be60fef6e3669986c7d Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Thu, 7 Mar 2024 17:20:58 -0600