diff options
author | Marco Elver <elver@google.com> | 2021-08-17 16:54:07 +0200 |
---|---|---|
committer | Marco Elver <elver@google.com> | 2021-08-17 16:58:00 +0200 |
commit | d2b574a4dea5b718e4386bf2e26af0126e5978ce (patch) | |
tree | 8e9e3e27c0fed8d1789662abb9d63327601e41ca /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 5c6f748cbc17d4ce82374f0c4c2364961152a1c4 (diff) | |
download | llvm-d2b574a4dea5b718e4386bf2e26af0126e5978ce.zip llvm-d2b574a4dea5b718e4386bf2e26af0126e5978ce.tar.gz llvm-d2b574a4dea5b718e4386bf2e26af0126e5978ce.tar.bz2 |
tsan: test: Initialize all fields of Params struct
Some compilers started complaining about the test:
tsan_trace_test.cpp:128:21: error: missing field 'type' initializer
Fix it by initializing all 5 fields, even though the type field will be
reset in the for loop.
Differential Revision: https://reviews.llvm.org/D108207
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions