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
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
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
The text was updated successfully, but these errors were encountered: