[clang] [clang][flang][windows] Prefer user-provided library paths (-L) (PR #90758)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat May 4 14:53:59 PDT 2024


================
@@ -0,0 +1,7 @@
+// REQUIRES: system-windows
----------------
MaskRay wrote:

Add tests to existing msvc-link.c instead of a new file. Specify `--target=` to avoid reliance on the default target triple and avoid the need of REQUIRES.

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


More information about the cfe-commits mailing list