Add "_generated.*" suffix to some auto-generated files (#77083)
authorEgor Bogatov <egorbo@gmail.com>
Sun, 16 Oct 2022 00:49:12 +0000 (02:49 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Oct 2022 00:49:12 +0000 (17:49 -0700)
commit9e7a8a1b312b159d739b19c536b1d8a2f6b3fd25
tree0a63aa6b7d8b7255791ea2097b7d7d571ac469a7
parent4a8c04c4c667d00e0358576277e96805a809de32
Add "_generated.*" suffix to some auto-generated files (#77083)

* Add _generated.h to src\coreclr\jit\ICorJitInfo_API_names.h

* Add _generated.h to src\coreclr\jit\ICorJitInfo_API_wrapper.hpp

* renamed src\coreclr\tools\Common\JitInterface\CorInfoBase.cs

* fix ThunkGenerator (it used to insert two empty lines)

* CorInfoBase_generated.cs -> CorInfoImpl_generated.cs

* Drop _API_ part

* Rename icorjitinfo.cpp

* jitinterface.h -> _generated

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
19 files changed:
docs/project/updating-jitinterface.md
src/coreclr/jit/CMakeLists.txt
src/coreclr/jit/ICorJitInfo_names_generated.h [moved from src/coreclr/jit/ICorJitInfo_API_names.h with 100% similarity]
src/coreclr/jit/ICorJitInfo_wrapper_generated.hpp [moved from src/coreclr/jit/ICorJitInfo_API_wrapper.hpp with 100% similarity]
src/coreclr/jit/compiler.cpp
src/coreclr/jit/compiler.h
src/coreclr/tools/Common/JitInterface/CorInfoImpl_generated.cs [moved from src/coreclr/tools/Common/JitInterface/CorInfoBase.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/ThunkGenerator/Program.cs
src/coreclr/tools/Common/JitInterface/ThunkGenerator/gen.bat
src/coreclr/tools/Common/JitInterface/ThunkGenerator/gen.sh
src/coreclr/tools/aot/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj
src/coreclr/tools/aot/ILCompiler.RyuJit/ILCompiler.RyuJit.csproj
src/coreclr/tools/aot/jitinterface/jitinterface.cpp
src/coreclr/tools/aot/jitinterface/jitinterface_generated.h [moved from src/coreclr/tools/aot/jitinterface/jitinterface.h with 100% similarity]
src/coreclr/tools/aot/jitinterface/jitwrapper.cpp
src/coreclr/tools/superpmi/superpmi-shim-counter/CMakeLists.txt
src/coreclr/tools/superpmi/superpmi-shim-counter/icorjitinfo_generated.cpp [moved from src/coreclr/tools/superpmi/superpmi-shim-counter/icorjitinfo.cpp with 100% similarity]
src/coreclr/tools/superpmi/superpmi-shim-simple/CMakeLists.txt
src/coreclr/tools/superpmi/superpmi-shim-simple/icorjitinfo_generated.cpp [moved from src/coreclr/tools/superpmi/superpmi-shim-simple/icorjitinfo.cpp with 100% similarity]