We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
While using the swiftc linker driver on Linux with the following setting override from SwiftPM:
LINKER_DRIVER=swiftc
I get the following error that the '-rdynamic' is an unknown argument:
/usr/bin/swiftc -target aarch64-unknown-linux-gnu -sysroot / -L/tmp/Miscellaneous_TestMultipleFailureXCTest.YZGbOI/Miscellaneous_TestMultipleFailureXCTest/.build/aarch64-unknown-linux-gnu/Intermediates.noindex/EagerLinkingTBDs/Debug-linux -L/tmp/Miscellaneous_TestMultipleFailureXCTest.YZGbOI/Miscellaneous_TestMultipleFailureXCTest/.build/aarch64-unknown-linux-gnu/Products/Debug-linux -L/usr/lib @/tmp/Miscellaneous_TestMultipleFailureXCTest.YZGbOI/Miscellaneous_TestMultipleFailureXCTest/.build/aarch64-unknown-linux-gnu/Intermediates.noindex/TestMultipleFailureXCTest.build/Debug-linux/TestMultipleFailureXCTestTests.build/Objects-normal/aarch64/TestMultipleFailureXCTestTests.LinkFileList -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -rdynamic -lswiftCore -lswiftSwiftOnoneSupport -L/usr/lib/swift/linux -L/usr/lib/swift @/tmp/Miscellaneous_TestMultipleFailureXCTest.YZGbOI/Miscellaneous_TestMultipleFailureXCTest/.build/aarch64-unknown-linux-gnu/Intermediates.noindex/TestMultipleFailureXCTest.build/Debug-linux/TestMultipleFailureXCTestTests.build/Objects-normal/aarch64/TestMultipleFailureXCTestTests.autolink -o /tmp/Miscellaneous_TestMultipleFailureXCTest.YZGbOI/Miscellaneous_TestMultipleFailureXCTest/.build/aarch64-unknown-linux-gnu/Products/Debug-linux/TestMultipleFailureXCTestTests.xctest info: error: unknown argument: '-rdynamic'
The text was updated successfully, but these errors were encountered:
--dump-tests-json
It could be related to the setting ENABLE_TESTABILITY=YES that's set in the PIF coming from SwiftPM.
ENABLE_TESTABILITY=YES
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
While using the swiftc linker driver on Linux with the following setting override from SwiftPM:
I get the following error that the '-rdynamic' is an unknown argument:
The text was updated successfully, but these errors were encountered: