Commit Graph

9 Commits

Author SHA1 Message Date
swift-ci
5e2c7dba68 Merge remote-tracking branch 'origin/main' into rebranch 2021-01-13 09:12:39 -08:00
Saleem Abdulrasool
357face86e test: introduce new target-swiftxx-frontend for C++ interop
Add an convert to the new `target-swiftxx-frontend` substitution in lit
to control the C++ interop enabling in Swift.  This allows for a single
site which will enable control of both an overridden standard (for
testing multiple C++ standards) and simplify writing tests.
2021-01-12 11:45:36 -08:00
Arnold Schwaighofer
cdf9890a12 Fix Interop tests for latest LLVM 2020-12-03 10:15:24 -08:00
Marcel Hlopko
2fbcf184ed Add header guards to test/Interop 2020-04-30 16:13:33 +02:00
Martin Boehme
f2bfa262b4 Fix "CXX-DAG" lines mistakenly renamed to "CXX-DOG" for testing. 2020-04-20 15:12:18 +02:00
Martin Boehme
78688925f5 Make tests pass under Darwin and Windows. 2020-04-20 14:06:13 +02:00
Martin Boehme
d98f8d3a3d Also emit inline functions that are used in variable initializers. 2020-04-17 12:53:06 +02:00
Martin Boehme
e9ca0c74dc Responses to review comments by @gribozavr. 2020-04-16 19:26:18 +02:00
Martin Boehme
35f8ef50f8 More reponses to review comments by @gribozavr.
One larger change is that we're now also running this test in C as well
as C++.
2020-04-15 14:44:31 +02:00