-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow arbitrary path lengths in compiler (#26357)
Removes usages of `FILENAME_MAX` and other hardcoded buffers for path strings, enabling the use of arbitrarily long file paths. This PR has the same purpose as #17517, but isn't based off of it as the prior PR was too far behind main. Resolves #26261 and contributes to #8757. [reviewed by @jabraham17 , thanks!] Testing: - [x] no error for >4096 character dependency paths on my Mac - [x] paratest - [x] gasnet paratest - [x] C backend paratest - [x] GPU tests - [x] `--no-compiler-driver` paratest
- Loading branch information
Showing
18 changed files
with
295 additions
and
375 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
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
Oops, something went wrong.