[llvm-branch-commits] [clang] [amdgpu-cfi: 3/9]: [Clang] Default to async unwind tables for amdgcn (PR #183148)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 6 10:01:24 PDT 2026
================
@@ -0,0 +1,26 @@
+// REQUIRES: amdgpu-registered-target
+
+// Default options
+// RUN: %clang -### -x cl --target=amdgcn-amd-amdhsa -c -emit-llvm --no-offloadlib -nogpuinc %s 2>&1 | FileCheck -check-prefix=ASYNC-TABLES %s
----------------
MaskRay wrote:
While I understand that you want to cover various combinations, 12 new RUN lines is too much for this change.
https://github.com/llvm/llvm-project/pull/183148
More information about the llvm-branch-commits
mailing list