This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b45f56658d1 [BPF] Handle offset reloc endpoint ending in the middle of [...] new 6bf280d1d27 [dsymutil] Tablegenify option parsing new 021704a1561 [dsymutil] Improve consistency by removing redundant namesp [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/tools/dsymutil/cmdline.test | 14 +- tools/dsymutil/CMakeLists.txt | 6 + tools/dsymutil/Options.td | 146 +++++++++ tools/dsymutil/dsymutil.cpp | 644 +++++++++++++++++++-------------------- 4 files changed, 475 insertions(+), 335 deletions(-) create mode 100644 tools/dsymutil/Options.td