This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f71abe7fa19 [llvm-symbolizer][test] Simplify test input reading new ae8741935ec [llvm-symbolizer][test] Extract tests from llvm-symbolizer. [...] new 13be7644cc1 [llvm-symbolizer][test] Extract tests from llvm-symbolizer. [...]
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/DebugInfo/Inputs/llvm-symbolizer-test.c | 18 ----- test/DebugInfo/arange-overlap.test | 4 + test/DebugInfo/cross-cu-inlining.test | 8 ++ test/DebugInfo/gcc-local-mem-func.test | 5 ++ test/DebugInfo/high-pc-constant.test | 10 +++ test/DebugInfo/llvm-symbolizer.test | 89 +--------------------- test/DebugInfo/symbolize-demangling.s | 24 ++++++ .../symbolize-macho-universal-unknown-arch.test | 5 ++ test/DebugInfo/symbolize-macho-universal.test | 7 ++ test/DebugInfo/symbolize-stripped.test | 4 + test/tools/llvm-symbolizer/demangle.s | 29 +++++++ 11 files changed, 97 insertions(+), 106 deletions(-) create mode 100644 test/DebugInfo/arange-overlap.test create mode 100644 test/DebugInfo/cross-cu-inlining.test create mode 100644 test/DebugInfo/gcc-local-mem-func.test create mode 100644 test/DebugInfo/high-pc-constant.test create mode 100644 test/DebugInfo/symbolize-demangling.s create mode 100644 test/DebugInfo/symbolize-macho-universal-unknown-arch.test create mode 100644 test/DebugInfo/symbolize-macho-universal.test create mode 100644 test/DebugInfo/symbolize-stripped.test create mode 100644 test/tools/llvm-symbolizer/demangle.s