https://github.com/shiltian created https://github.com/llvm/llvm-project/pull/184038
None >From fac43d54b3b53b3b95ef5e8bce7d3c2cecc70a37 Mon Sep 17 00:00:00 2001 From: Shilei Tian <[email protected]> Date: Sun, 1 Mar 2026 15:54:43 -0500 Subject: [PATCH] [NFC] Remove `clang/test/CodeGenOpenCL/.gdb_history` --- clang/test/CodeGenOpenCL/.gdb_history | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 clang/test/CodeGenOpenCL/.gdb_history diff --git a/clang/test/CodeGenOpenCL/.gdb_history b/clang/test/CodeGenOpenCL/.gdb_history deleted file mode 100644 index 63056d2df2650..0000000000000 --- a/clang/test/CodeGenOpenCL/.gdb_history +++ /dev/null @@ -1,11 +0,0 @@ -r -mtriple=amdgcn -mcpu=gfx1250 < /home/stas/work/trunk/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.index.gfx1250.w32.ll -up -q -r -mtriple=amdgcn -mcpu=gfx1250 < /home/stas/work/trunk/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.index.gfx1250.w32.ll -up -q -n llc -q -r -global-isel -mtriple=amdgcn -mcpu=gfx1250 < /home/stas/work/trunk/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.index.gfx1250.w32.ll -up -q _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
