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

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Sat May 18 00:15:53 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
----------------
arsenm wrote:

codegen tests need an explicit target 

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


More information about the cfe-commits mailing list