diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2024-01-26 17:00:57 -0800 |
---|---|---|
committer | Aiden Grossman <agrossman154@yahoo.com> | 2024-01-26 17:00:57 -0800 |
commit | c1a155bf785152abc72b77608261a3d0e6c776a6 (patch) | |
tree | 16433ee02783bd766a8514348ad11a0f4c0f283a /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | 2e1e27c7c3212254283edecae6f040272ef88e0f (diff) | |
download | llvm-c1a155bf785152abc72b77608261a3d0e6c776a6.zip llvm-c1a155bf785152abc72b77608261a3d0e6c776a6.tar.gz llvm-c1a155bf785152abc72b77608261a3d0e6c776a6.tar.bz2 |
[llvm-exegesis] Refactor BenchmarkMeasure instantiation in tests
This patch refactors the instantiation of BenchmarkMeasure within all
the unit tests to use BenchmarkMeasure::Create rather than through
direct struct instantialization. This allows us to change what values
are stored in BenchmarkMeasure without getting compiler warnings on
every instantiation in the unit tests, and is also just a cleanup in
general as the Create function didn't seem to exist at the time the unit
tests were originally written.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions