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 cf427d2 commit b8b717eCopy full SHA for b8b717e
test/Interpreter/llvm_link_time_opt.swift
@@ -3,6 +3,11 @@
3
4
// REQUIRES: lld_lto
5
6
+// For LTO, the linker dlopen()'s the libLTO library, which is a scenario that
7
+// ASan cannot work in ("Interceptors are not working, AddressSanitizer is
8
+// loaded too late").
9
+// REQUIRES: no_asan
10
+
11
// RUN: %empty-directory(%t)
12
// RUN: %target-swiftc_driver -emit-library -static -lto=llvm-full %lto_flags -emit-module %S/Inputs/lto/module1.swift -working-directory %t
13
// RUN: %target-swiftc_driver -lto=llvm-full %lto_flags %s -I%t -L%t -lmodule1 -module-name main -o %t/main
0 commit comments