llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clangir @llvm/pr-subscribers-clang Author: Shawn K (kimsh02) <details> <summary>Changes</summary> Not sure if this warrants a PR, but I realized there was a typo in a test filename from my previous PR #<!-- -->164387. --- Full diff: https://github.com/llvm/llvm-project/pull/165209.diff 1 Files Affected: - (renamed) clang/test/CIR/CodeGen/builtin_prefetch.c () ``````````diff diff --git a/clang/test/CIR/CodeGen/builtin_prefetech.c b/clang/test/CIR/CodeGen/builtin_prefetch.c similarity index 100% rename from clang/test/CIR/CodeGen/builtin_prefetech.c rename to clang/test/CIR/CodeGen/builtin_prefetch.c `````````` </details> https://github.com/llvm/llvm-project/pull/165209 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
