[clang] [OpenCL] Fix an infinite loop in builidng AddrSpaceQualType (PR #92612)

Changpeng Fang via cfe-commits cfe-commits at lists.llvm.org
Sat May 18 15:14:37 PDT 2024


================
@@ -0,0 +1,25 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
+//RUN: %clang_cc1 %s -emit-llvm -O1 -o - | FileCheck %s
----------------
changpeng wrote:

add "triple spir", same as other tests in the same directory

https://github.com/llvm/llvm-project/pull/92612


More information about the cfe-commits mailing list