diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2015-10-30 18:52:31 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-10-30 18:52:31 +0000 |
commit | a49cfd8f946160a82d70ebe6e8b3d7658c07c68f (patch) | |
tree | c00c004dbb8fcb8b359eebc0b9ec28077bccb0dc /llvm/tools/llvm-nm | |
parent | 16fd7511b23a8e7a83d6fb7a2a0f345b7e55b721 (diff) | |
download | bcm5719-llvm-a49cfd8f946160a82d70ebe6e8b3d7658c07c68f.tar.gz bcm5719-llvm-a49cfd8f946160a82d70ebe6e8b3d7658c07c68f.zip |
Revert "Apply modernize-use-default to compiler-rt."
This reverts commit r250823.
Replacing at least some of empty
constructors with "= default" variants is a semantical change which we
don't want. E.g. __tsan::ClockBlock contains a union of large arrays,
and it's critical for correctness and performance that we don't memset()
these arrays in the constructor.
llvm-svn: 251717
Diffstat (limited to 'llvm/tools/llvm-nm')
0 files changed, 0 insertions, 0 deletions