[all-commits] [llvm/llvm-project] 0deef2: Re-land "Add LazyCallGraph API to add function to ...
Brian Gesiak via All-commits
all-commits at lists.llvm.org
Mon Feb 17 13:59:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0deef2e164e1db5e262fb14906c97b01b74a24dd
https://github.com/llvm/llvm-project/commit/0deef2e164e1db5e262fb14906c97b01b74a24dd
Author: Brian Gesiak <modocache at gmail.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/lib/Analysis/LazyCallGraph.cpp
M llvm/unittests/Analysis/LazyCallGraphTest.cpp
Log Message:
-----------
Re-land "Add LazyCallGraph API to add function to RefSCC"
This re-commits https://reviews.llvm.org/D70927, which I reverted in
https://reviews.llvm.org/rG28213680b2a7d1fdeea16aa3f3a368879472c72a due
to a buildbot error:
http://lab.llvm.org:8011/builders/clang-cmake-x86_64-avx2-linux/builds/13251
I no longer include a test case that appears to crash when built with the
buildbot's compiler, GCC 5.4.0.
More information about the All-commits
mailing list