We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2000f commit 5e5cf1aCopy full SHA for 5e5cf1a
clang/test/Driver/darwin-ld.c
@@ -80,7 +80,7 @@
80
// LINK_OLDER_NODEMANGLE-NOT: "-demangle"
81
// LINK_OLDER_NODEMANGLE: "-lSystem"
82
83
-// RUN: %clang -target x86_64-apple-darwin10 -### %t.o \
+// RUN: %clang -target x86_64-apple-darwin10 -### %s \
84
// RUN: -mlinker-version=117 -flto 2> %t.log
85
// RUN: cat %t.log
86
// RUN: FileCheck -check-prefix=LINK_OBJECT_LTO_PATH %s < %t.log
0 commit comments