[clang] [lld] [llvm] [mlir] [LLVM][Windows] Elide `PrettyStackTrace` output for usage errors (PR #140956)

via cfe-commits cfe-commits at lists.llvm.org
Thu May 22 04:20:05 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.
----------------
bd1976bris wrote:

Thanks. I made the test Windows specific because there is additional output on Windows (that I'm trying to eliminate in this patch) so that seems a better platform to run this test on than Linux. It's stell testing the same failure condition. I'll try to either make the test work on both platforms or add a separate Windows specific test. 

https://github.com/llvm/llvm-project/pull/140956


More information about the cfe-commits mailing list