[libclc] [libclc] Reduce include usage in OpenCL builtins (PR #146840)

Wenju He via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 3 17:25:12 PDT 2025


================
@@ -6,5 +6,12 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef __CLC_OPENCL_OPENCL_INTEGER_ABS_H__
----------------
wenju-he wrote:

```suggestion
#ifndef __CLC_OPENCL_INTEGER_ABS_H__
```
one OPENCL should be sufficient, right?

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


More information about the cfe-commits mailing list