[clang] [Driver] Remove a bunch of unnecessary REQUIRES constraints (PR #94055)

Alexander Richardson via cfe-commits cfe-commits at lists.llvm.org
Fri May 31 15:54:26 PDT 2024


================
@@ -1,6 +1,4 @@
 // REQUIRES: system-linux
----------------
arichardson wrote:

Unrelated, but I don't see why this would fail on e.g. a FreeBSD host. Maybe it should be !WINDOWS? Although that should also be handled by REQUIRES: shell

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


More information about the cfe-commits mailing list