-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SQUASH ON REBASE] Move inline comments to separate lines for tools_d…
…ef (#1190) ## Description The existing change somehow will make the PP_FLAGS have `# MU_CHANGE` embedded, causing the build to fail: `"PP_FLAGS" : -E -x assembler-with-cpp -include AutoGen.h # MU_CHANGE -I` This change removed applicable inline comments. But the real change should probably come from the parser. - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested This change was tested on the failing system and this fixed it. ## Integration Instructions N/A
- Loading branch information
Showing
1 changed file
with
16 additions
and
8 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