-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak crossgen2 so that SuperPMI should work (#42555)
- Remove unneeded getBuiltinClass for CLASSID_ARGUMENT_HANDLE from SuperPMI - Tweak crossgen2 single threaded compilation to reliably only use exactly 1 for compilation - This allows superpmi to rely on the detail that handles are unique. - This assumes that superpmi collection is done with the compilation options `--parallelism 1`
- Loading branch information
1 parent
ab05dc8
commit 0d62c36
Showing
3 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters