This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 237a48e816f [llvm-objcopy] Add --strip-all-gnu and change --strip-all new aa1bb20e604 [opt-viewer] Fix option name new 1e5f63d6920 Add opt-viewer testing new ec3e9648821 Inliner: Don't mark notail calls with the 'tail' attribute
The 3 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: cmake/config-ix.cmake | 31 +++ lib/Transforms/Utils/InlineFunction.cpp | 3 +- test/Transforms/Inline/inline-tail.ll | 15 ++ test/lit.cfg.py | 5 + test/lit.site.cfg.py.in | 1 + test/tools/opt-viewer/Inputs/basic/or.c | 21 ++ test/tools/opt-viewer/Inputs/basic/or.h | 16 ++ test/tools/opt-viewer/Inputs/basic/or.yaml | 227 ++++++++++++++++++ .../tools/opt-viewer/Outputs/basic/basic_or.c.html | 264 +++++++++++++++++++++ .../tools/opt-viewer/Outputs/basic/basic_or.h.html | 221 +++++++++++++++++ test/tools/opt-viewer/Outputs/basic/index.html | 151 ++++++++++++ .../tools/opt-viewer/Outputs/basic}/style.css | 0 test/tools/opt-viewer/basic.test | 5 + test/tools/opt-viewer/lit.local.cfg | 2 + tools/opt-viewer/opt-viewer.py | 2 +- 15 files changed, 962 insertions(+), 2 deletions(-) create mode 100644 test/tools/opt-viewer/Inputs/basic/or.c create mode 100644 test/tools/opt-viewer/Inputs/basic/or.h create mode 100644 test/tools/opt-viewer/Inputs/basic/or.yaml create mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.c.html create mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.h.html create mode 100644 test/tools/opt-viewer/Outputs/basic/index.html copy {tools/opt-viewer => test/tools/opt-viewer/Outputs/basic}/style.css (100%) create mode 100644 test/tools/opt-viewer/basic.test create mode 100644 test/tools/opt-viewer/lit.local.cfg