[clang] [lld] [llvm] [mlir] [LLVM][Windows] Elide `PrettyStackTrace` output for usage errors (PR #140956)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu May 22 03:09:30 PDT 2025
================
@@ -1,15 +1,26 @@
-; REQUIRES: x86, non-root-user
-;; Not supported on windows since we use permissions to deny the creation
-; UNSUPPORTED: system-windows
+;; The output is OS-specific, so this test is limited to Windows.
----------------
arsenm wrote:
This new failure condition should probably be a separate test and not a change to the old one
https://github.com/llvm/llvm-project/pull/140956
More information about the cfe-commits
mailing list