Skip to content

Commit 35d765f

Browse files
authored
Merge pull request #34098 from drodriguez/android-disable-lto-test
[android] Disable a test that needs LTO support.
2 parents f8f40e0 + 9a24aaf commit 35d765f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/llvm_link_time_opt.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// UNSUPPORTED: OS=windows-msvc
22
// static library is not well supported yet on Windows
33

4+
// REQUIRES: lld_lto
5+
46
// RUN: %empty-directory(%t)
57
// RUN: %target-swiftc_driver -emit-library -static -lto=llvm-full -emit-module %S/Inputs/lto/module1.swift -working-directory %t
68
// RUN: %target-swiftc_driver -lto=llvm-full %s -I%t -L%t -lmodule1 -module-name main -o %t/main

0 commit comments

Comments
 (0)