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 1ad839f commit ec6b86eCopy full SHA for ec6b86e
test/embedded/once-multithreaded.swift
@@ -2,7 +2,7 @@
2
// RUN: %{python} %utils/split_file.py -o %t %s
3
4
// RUN: %target-swift-frontend %t/Main.swift %S/Inputs/print.swift -import-bridging-header %t/BridgingHeader.h -enable-experimental-feature Embedded -c -o %t/main.o
5
-// RUN: %target-clang %t/main.o -o %t/a.out -dead_strip
+// RUN: %target-clang %t/main.o -o %t/a.out -dead_strip -pthreads
6
// RUN: %target-run %t/a.out | %FileCheck %s
7
8
// REQUIRES: swift_in_compiler
0 commit comments