[llvm-branch-commits] [clang] clang: Remove requires system-linux from some driver tests (PR #111976)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Oct 11 09:07:44 PDT 2024


================
@@ -1,4 +1,3 @@
-// REQUIRES: system-linux
----------------
arsenm wrote:

This can't really be a property of zos or any other system. It works for me on systems without AMDGPUs and other OSes. You are seeing the error after the environment variable parse error, so why did this proceed beyond that point? 

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


More information about the llvm-branch-commits mailing list