Commit Graph

3 Commits

Author SHA1 Message Date
Steven Wu
407674ea52 [Test] Fix the wrong subsitution of swift-frontend-target in tests
There is no `%swift-frontend-target` subsitution in test, which is
actually `%target-swift-frontend`. The wrong spelling is actually
interpreted by lit as `%swift`-frontend-target, and surprising didn't
break any tests as the last argument from subsitution is
`-define-availability` so it just leads to an very akward availability
definition.
2023-12-18 16:07:48 -08:00
Saleem Abdulrasool
79e77854e9 Update static-serialization.swift
Avoid `%host_triple` to appease macOS.
2023-07-20 08:21:43 -07:00
Saleem Abdulrasool
0d2a4a8e83 Serialization: ensure that we deserialise IsStaticLibrary correctly
We would previously fail to deserialise the IsStaticLibrary bit on
certain declarations when they were imported implicitly.  This would
result in incorrect IRGen on Windows when building against a static
swift module.
2023-07-19 10:04:43 -07:00