[clang] Remove Linux search paths on Windows (PR #113628)
David Salinas via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 14 09:40:14 PST 2024
================
@@ -0,0 +1,9 @@
+// REQUIRES: system-windows
----------------
david-salinas wrote:
ok, I was just basing this off of existing tests. But I see that recently there has been support for targets in the REQUIRES statements. I'll change these for both the Windows and Linux tests. Also, for the .cl version of the test, I'm not sure if it would change much in how we create and use the ToolChains in the Driver. But, better to be safe. I'll add .cl versions for both tests.
https://github.com/llvm/llvm-project/pull/113628
More information about the cfe-commits
mailing list