Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-3967] '-Fsystem' search paths not added to DYLD_FRAMEWORK_PATH for 'immediate' invocation #46552

Open
akyrtzi opened this issue Feb 15, 2017 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself legacy driver Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project

Comments

@akyrtzi
Copy link
Member

akyrtzi commented Feb 15, 2017

Previous ID SR-3967
Radar None
Original Reporter @akyrtzi
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, Driver
Assignee None
Priority Medium

md5: ce1fdc3b8d734f88d4b9789f0380b788

Issue Description:

PR #7477 introduced the '-Fsystem' framework search path option, but the paths from that option are not added to DYLD_FRAMEWORK_PATH for the 'immediate' invocation.

See "// FIXME: Add options::OPT_Fsystem paths to DYLD_FRAMEWORK_PATH as well." in file lib/Driver/ToolChains.cpp

@belkadan
Copy link
Contributor

The practical implication here is that -Fsystem will be ignored for script mode until we implement this.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself legacy driver Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project
Projects
None yet
Development

No branches or pull requests

2 participants