This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 12f38f55f12 gn build: make clangd depend on clang resource headers new 64fe333f1ed Revert 361827. It broke the bots. new 76ee591e560 [XCOFF] Implement parsing symbol table for xcoffobjfile and [...]
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: include/llvm/BinaryFormat/XCOFF.h | 74 +- include/llvm/Object/XCOFFObjectFile.h | 61 +- include/llvm/ObjectYAML/XCOFFYAML.h | 25 +- lib/Object/XCOFFObjectFile.cpp | 202 +- lib/ObjectYAML/XCOFFYAML.cpp | 67 + .../PowerPC/vector-constrained-fp-intrinsics.ll | 10810 ------------------- test/tools/obj2yaml/Inputs/aix_xcoff.o | Bin 588 -> 740 bytes test/tools/obj2yaml/aix_xcoff.test | 83 +- tools/llvm-readobj/XCOFFDumper.cpp | 2 +- tools/obj2yaml/xcoff2yaml.cpp | 45 +- 10 files changed, 500 insertions(+), 10869 deletions(-) delete mode 100644 test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll