We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5b132 commit 40d2d0cCopy full SHA for 40d2d0c
clang/test/Driver/darwin-ld.c
@@ -140,7 +140,7 @@
140
// LINK_VERSION_MIN: {{ld(.exe)?"}}
141
// LINK_VERSION_MIN: "-macosx_version_min" "10.7.0"
142
143
-// RUN: %clang -target x86_64-apple-ios13.1-macabi -mlinker-version=400 -### %t.o 2>> %t.log
+// RUN: %clang -target x86_64-apple-ios13.1-macabi -fuse-ld= -mlinker-version=400 -### %t.o 2>> %t.log
144
// RUN: FileCheck -check-prefix=LINK_VERSION_MIN_MACABI %s < %t.log
145
// LINK_VERSION_MIN_MACABI: {{ld(.exe)?"}}
146
// LINK_VERSION_MIN_MACABI: "-maccatalyst_version_min" "13.1.0"
0 commit comments