[llvm-branch-commits] [clang] PR for llvm/llvm-project#81104 (PR #81106)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 8 00:45:27 PST 2024


https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/81106

>From 973588dd174a80bd05fd7f72aba5fdf72faca3a6 Mon Sep 17 00:00:00 2001
From: Owen Pan <owenpiano at gmail.com>
Date: Tue, 6 Feb 2024 09:00:15 -0800
Subject: [PATCH] Revert "[clang] Mark clang-format-ignore.cpp as unsupported
 on Windows"

This reverts commit dc61ebb44c11d2f5d03b7dd9cb80a0644a30775e.

See https://github.com/llvm/llvm-project/pull/76733#issuecomment-1890311152.

(cherry picked from commit a628f68a9c4ce6f3dcd0c8bb3650db45671ed15a)
---
 clang/test/Format/clang-format-ignore.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/clang/test/Format/clang-format-ignore.cpp b/clang/test/Format/clang-format-ignore.cpp
index b4e526463000ae..fb49fa9dd52c65 100644
--- a/clang/test/Format/clang-format-ignore.cpp
+++ b/clang/test/Format/clang-format-ignore.cpp
@@ -1,4 +1,3 @@
-// UNSUPPORTED: system-windows
 // RUN: rm -rf %t.dir
 // RUN: mkdir -p %t.dir/level1/level2
 



More information about the llvm-branch-commits mailing list