aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-03-11 15:12:32 +0000
committerSanjay Patel <spatel@rotateright.com>2015-03-11 15:12:32 +0000
commitc04b6f242ca4a16165bea8043c2cdc19407cf240 (patch)
treef62aecfd8c12354d5c6511b31b4b59db4b84d119 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
parent8c68a64ec847fc7ebe2fc5ad4410f6c84b02cddc (diff)
downloadllvm-c04b6f242ca4a16165bea8043c2cdc19407cf240.zip
llvm-c04b6f242ca4a16165bea8043c2cdc19407cf240.tar.gz
llvm-c04b6f242ca4a16165bea8043c2cdc19407cf240.tar.bz2
Inliner should not add callgraph edges for intrinsic calls (PR22857)
The CallGraphNode function "addCalledFunction()" asserts that edges are not to intrinsics. This patch makes sure that the Inliner does not add such an edge to the callgraph. Fix for clang crash by assertion: https://llvm.org/bugs/show_bug.cgi?id=22857 Differential Revision: http://reviews.llvm.org/D8231 llvm-svn: 231927
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp')
0 files changed, 0 insertions, 0 deletions