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 32b2177 commit 937b1e2Copy full SHA for 937b1e2
test/Interop/Cxx/extern-var/extern-var.swift
@@ -1,5 +1,5 @@
1
// RUN: %empty-directory(%t)
2
-// RUN: %target-clang -c %S/Inputs/extern-var.cc -I %S/Inputs -fPIC -o %t/extern-var.o
+// RUN: %target-clang -c %S/Inputs/extern-var.cc -I %S/Inputs -o %t/extern-var.o
3
// RUN: %target-build-swift %s -I %S/Inputs -o %t/extern-var %t/extern-var.o -Xfrontend -enable-cxx-interop
4
// RUN: %target-codesign %t/extern-var
5
// RUN: %target-run %t/extern-var
0 commit comments