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.
2 parents 050fd1c + 8a9f179 commit d41c1beCopy full SHA for d41c1be
test/Interop/Cxx/static/constexpr-static-member-var.swift
@@ -1,7 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-clang -std=c++11 -c %S/Inputs/static-member-var.cpp -I %S/Inputs -o %t/static-member-var.o
3
-// NOTE: we must use `-O` here to ensure that the constexpr value is inlined and no undefined reference remains.
4
-// RUN: %target-build-swift -O %s -I %S/Inputs -o %t/statics %t/static-member-var.o -Xfrontend -enable-cxx-interop
+// RUN: %target-build-swift %s -I %S/Inputs -o %t/statics %t/static-member-var.o -Xfrontend -enable-cxx-interop
5
// RUN: %target-codesign %t/statics
6
// RUN: %target-run %t/statics
7
//
0 commit comments