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-14055] -num-threads 0 -wmo and -index-store-path are compatible #56446

Open
keith opened this issue Jan 15, 2021 · 2 comments
Open

[SR-14055] -num-threads 0 -wmo and -index-store-path are compatible #56446

keith opened this issue Jan 15, 2021 · 2 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@keith
Copy link
Collaborator

keith commented Jan 15, 2021

Previous ID SR-14055
Radar rdar://problem/73359468
Original Reporter @keith
Type Bug
Environment

% swiftc -version
Apple Swift version 5.3.1 (swiftlang-1200.0.41 clang-1200.0.32.8)
Target: x86_64-apple-darwin20.2.0

Additional Detail from JIRA
Votes 0
Component/s
Labels Bug
Assignee None
Priority Medium

md5: aa16ab25b9ce8e0499d3788996d3493d

Issue Description:

$ swiftc $(mktemp) $(mktemp) -emit-library -module-name foo -index-store-path $(mktemp -d) -num-threads 0 -wmo
<unknown>:0: error: index output filenames do not match input source files
@keith
Copy link
Collaborator Author

keith commented Jan 15, 2021

FWIW there are some bugs around code coverage + -num-threads > 0 so that's why I'm trying to use that flag

@typesanitizer
Copy link

@swift-ci create

@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.
Projects
None yet
Development

No branches or pull requests

2 participants