[clang] cd5900d - [PCH] Remove useless UNSUPPORTED clause
Paul Robinson via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 10:07:46 PST 2022
Author: Paul Robinson
Date: 2022-11-29T10:07:38-08:00
New Revision: cd5900dcd1ecea9a5e2ec7b8bc53c61d90b856ed
URL: https://github.com/llvm/llvm-project/commit/cd5900dcd1ecea9a5e2ec7b8bc53c61d90b856ed
DIFF: https://github.com/llvm/llvm-project/commit/cd5900dcd1ecea9a5e2ec7b8bc53c61d90b856ed.diff
LOG: [PCH] Remove useless UNSUPPORTED clause
"win32" is never defined as a lit feature, AFAICT, and Windows bots
appear to be running this just fine.
Part of the project to eliminate special handling for triples in lit expressions.
Added:
Modified:
clang/test/PCH/modified-header-error.c
Removed:
################################################################################
diff --git a/clang/test/PCH/modified-header-error.c b/clang/test/PCH/modified-header-error.c
index fb638363ba659..a6b0475e18e87 100644
--- a/clang/test/PCH/modified-header-error.c
+++ b/clang/test/PCH/modified-header-error.c
@@ -9,6 +9,3 @@
#include "header2.h"
// CHECK: fatal error: file {{.*}} has been modified since the precompiled header {{.*}} was built
-
-// FIXME: Flaky on Windows, timestamp resolution?
-// UNSUPPORTED: win32
More information about the cfe-commits
mailing list