The tests in swift/unittests are built with the system clang. They should use Swift's locally-built clang instead.
One problem is that on Linux the system clang may ignore the swiftcall attribute. Code built without that attribute may be ABI-incompatible with other Swift code.
This problem surfaces in the Linux long-test jobs on ci.swift.org:
The text was updated successfully, but these errors were encountered:
gparker42 mannequin commentedNov 15, 2017
Additional Detail from JIRA
md5: 3ef680a5fa7ec45c9ab36de291bab74b
Issue Description:
The tests in swift/unittests are built with the system clang. They should use Swift's locally-built clang instead.
One problem is that on Linux the system clang may ignore the swiftcall attribute. Code built without that attribute may be ABI-incompatible with other Swift code.
This problem surfaces in the Linux long-test jobs on ci.swift.org:
The text was updated successfully, but these errors were encountered: