[clang] [clang][CodeGen] Additional fixes for #114062 (PR #128166)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 21 04:23:58 PST 2025
================
@@ -0,0 +1,38 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --include-generated-funcs --version 5
+// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -triple amdgcn-amd-amdhsa -fopenmp-targets=amdgcn-amd-amdhsa -emit-llvm %s -fopenmp-is-target-device -o - | FileCheck %s
----------------
arsenm wrote:
Probably don't need both triple amdgcn-amd-amdhsa -fopenmp-targets=amdgcn-amd-amdhsa but I never remember how these interact
https://github.com/llvm/llvm-project/pull/128166
More information about the cfe-commits
mailing list