[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 Mar 4 00:54:07 PST 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:
Use `--target=` instead of the long-deprecated `-target `
https://github.com/llvm/llvm-project/pull/183148
More information about the llvm-branch-commits
mailing list