diff options
author | Palomino Sosa, Guillermo A <guillermo.a.palomino.sosa@intel.com> | 2023-02-07 11:07:23 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-03-11 06:21:49 +0000 |
commit | 4ad7ea9c842289aed6ed519f9fce33cf37cfc2a9 (patch) | |
tree | 4f5a6efb3f297133fa7ed7142a9c7459b758a4f9 /BaseTools/Source/Python/CommonDataClass/Exceptions.py | |
parent | 9b94ebb0c826ad9a747f93ee351d5d076e920f6e (diff) | |
download | edk2-4ad7ea9c842289aed6ed519f9fce33cf37cfc2a9.tar.gz edk2-4ad7ea9c842289aed6ed519f9fce33cf37cfc2a9.tar.bz2 edk2-4ad7ea9c842289aed6ed519f9fce33cf37cfc2a9.zip |
BaseTools: Generate compile information in build report
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2850
Add "-Y REPORT_INFO" option to build command to generate compile
information as part of BuildReport.
This option generates files to be used by external tools as IDE's
to enhance functionality.
Files are created inside build folder:
<Build>/<BuildTarget>/<ToolChain>/CompileInfo
Files created:
* compile_commands.json - Compilation Database. To be used by IDE's
to enable advance features
* cscope.files - List of files used in compilation. Used by Cscope to parse
C code and provide browse functionality.
* module_report.json - Module data form buildReport in Json format.
Signed-off-by: Guillermo Antonio Palomino Sosa <guillermo.a.palomino.sosa@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/CommonDataClass/Exceptions.py')
0 files changed, 0 insertions, 0 deletions