[clang] [clang][bytecode] Not all null pointers are 0 (PR #118601)
Sven van Haastregt via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 05:55:51 PST 2024
================
@@ -0,0 +1,12 @@
+// RUN: %clang_cc1 -no-enable-noundef-analysis %s -cl-std=CL2.0 -include opencl-c.h -triple amdgcn -emit-llvm -o - | FileCheck %s
----------------
svenvh wrote:
I don't think you need the `-include opencl-c.h` for this test? (it's rather big, so slows down testing)
Same comment applies to the next RUN line.
https://github.com/llvm/llvm-project/pull/118601
More information about the cfe-commits
mailing list