llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Nikita Popov (nikic)
Changes
Avoid pulling in the CVTables.h header in CodeGenModules.h by putting the
member behind a unique_ptr.
This had less impact than I was hoping, with only a 0.15% reduction in build
time for clang. Appar
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Nikita Popov (nikic)
Changes
Avoid pulling in the CVTables.h header in CodeGenModules.h by putting the
member behind a unique_ptr.
This had less impact than I was hoping, with only a 0.15% reduction in build
time for clang. Apparen
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Nikita Popov (nikic)
Changes
Avoid pulling in the CVTables.h header in CodeGenModules.h by putting the
member behind a unique_ptr.
This had less impact than I was hoping, with only a 0.15% reduction in build
time for clang. Apparently th
https://github.com/nikic created
https://github.com/llvm/llvm-project/pull/134217
Avoid pulling in the CVTables.h header in CodeGenModules.h by putting the
member behind a unique_ptr.
This had less impact than I was hoping, with only a 0.15% reduction in build
time for clang. Apparently the e