diff options
author | Lang Hames <lhames@gmail.com> | 2025-08-27 16:05:55 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-27 16:05:55 +1000 |
commit | 61526f57b4443d66592044639676af35c7a923c8 (patch) | |
tree | dc1cd5e28818b56de4aaed877191f7becced1059 /llvm/lib/CodeGen/MachineInstrBundle.cpp | |
parent | 5e587b1b15feccf70a950d17ad37e3c361a9f198 (diff) | |
download | llvm-61526f57b4443d66592044639676af35c7a923c8.zip llvm-61526f57b4443d66592044639676af35c7a923c8.tar.gz llvm-61526f57b4443d66592044639676af35c7a923c8.tar.bz2 |
[orc-rt] Add bind_front, a pre-c++-20 std::bind_front substitute. (#155557)
This can be used until the ORC runtime is able to move to c++-20.
Also adds a CommonTestUtils header with a utility class, OpCounter, that
counts the number of default constructions, copy constructions and
assignments, move constructions and assignments, and destructions. This
is used to test that orc_rt::bind_front doesn't introduce unnecessary
copies / moves.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstrBundle.cpp')
0 files changed, 0 insertions, 0 deletions