[clang] [clang][Driver] Allow -fuse-lld=lld-link when lto is enabled on *windows-msvc targets (PR #113966)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 20:20:10 PDT 2024
================
@@ -0,0 +1,15 @@
+// REQUIRES: aarch64-registered-target
+//
+// RUN: echo "int main() {} " > %t.c
----------------
MaskRay wrote:
Just use `%s` and avoid this temporary .c file.
https://github.com/llvm/llvm-project/pull/113966
More information about the cfe-commits
mailing list