-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ClangLoader: Pull out common remapped file operations
I'm making some larger modifications to the loader. While reading through the `do_compile` code I noticed that the common "remapped file" operations - telling various CompilerInvocations about 'virtual' includes and the virtual main c file - could be factored out to enhance clarity. This patch doesn't change functionality at all, nor does it try to make any opinionated refactoring changes.
- Loading branch information
1 parent
10dac5f
commit 2e4bb09
Showing
2 changed files
with
35 additions
and
30 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