You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ swiftc -version
Swift version 6.2-dev (LLVM 86709865028dc89, Swift 2e6d7f71608bbad)
Target: x86_64-unknown-linux-gnu
Build config: +assertions
Additional information
No response
The text was updated successfully, but these errors were encountered:
ADKaster
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
labels
Apr 6, 2025
Description
On linux, I use
-print-target-info
to get paths for inclusion in -L and -I of my swift compile commands.When using
-enable-experiemental-feature Embedded
, paths under$PREFIX/usr/lib/swift/embedded
are not used, and the resulting paths are nonsensical.Reproduction
Expected behavior
The output should look more like this:
Environment
Additional information
No response
The text was updated successfully, but these errors were encountered: