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 0d2a4a8 commit 79e7785Copy full SHA for 79e7785
test/IRGen/static-serialization.swift
@@ -1,5 +1,5 @@
1
// RUN: %empty-directory(%t)
2
-// RUN: %swift-target-frontend -static -emit-module -emit-module-path %t/StaticLibrary.swiftmodule/%host_triple.swiftmodule -module-name StaticLibrary -DSTATIC_LIBRARY %s
+// RUN: %swift-target-frontend -static -emit-module -emit-module-path %t/StaticLibrary.swiftmodule -module-name StaticLibrary -DSTATIC_LIBRARY %s
3
// RUN: %swift-target-frontend -I%t -S %s -emit-ir -o - | %FileCheck %s
4
5
#if STATIC_LIBRARY
0 commit comments