This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allmodconfig in repository toolchain/ci/llvm-project.
from 86acaa9457d [DDG] Data Dependence Graph - Ordinals adds ba430f50324 [cmake] Add dependency on llvm-dwarfdump to llvm-locstats adds a116f28a0d7 [RISCV] Enable the machine outliner for RISC-V adds 2520bef8653 [Clang FE, SystemZ] Recognize -mrecord-mcount CL option.
No new revisions were added by this update.
Summary of changes: clang/include/clang/Basic/CodeGenOptions.def | 1 + clang/include/clang/Driver/Options.td | 2 + clang/lib/CodeGen/CodeGenFunction.cpp | 11 ++ clang/lib/Driver/ToolChains/Clang.cpp | 3 + clang/lib/Frontend/CompilerInvocation.cpp | 1 + clang/test/CodeGen/mrecord-mcount.c | 26 +++++ llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 158 +++++++++++++++++++++++++++ llvm/lib/Target/RISCV/RISCVInstrInfo.h | 29 +++++ llvm/lib/Target/RISCV/RISCVTargetMachine.cpp | 3 + llvm/test/CodeGen/RISCV/machineoutliner.mir | 132 ++++++++++++++++++++++ llvm/utils/llvm-locstats/CMakeLists.txt | 4 + 11 files changed, 370 insertions(+) create mode 100644 clang/test/CodeGen/mrecord-mcount.c create mode 100644 llvm/test/CodeGen/RISCV/machineoutliner.mir