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.
2 parents f8f40e0 + 9a24aaf commit 35d765fCopy full SHA for 35d765f
test/Interpreter/llvm_link_time_opt.swift
@@ -1,6 +1,8 @@
1
// UNSUPPORTED: OS=windows-msvc
2
// static library is not well supported yet on Windows
3
4
+// REQUIRES: lld_lto
5
+
6
// RUN: %empty-directory(%t)
7
// RUN: %target-swiftc_driver -emit-library -static -lto=llvm-full -emit-module %S/Inputs/lto/module1.swift -working-directory %t
8
// RUN: %target-swiftc_driver -lto=llvm-full %s -I%t -L%t -lmodule1 -module-name main -o %t/main
0 commit comments