summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
diff options
context:
space:
mode:
authorBjorn Steinbrink <bsteinbr@gmail.com>2017-10-10 07:46:17 +0000
committerBjorn Steinbrink <bsteinbr@gmail.com>2017-10-10 07:46:17 +0000
commitd36bbe9c892e533b90716f1852ef036a94fddbf6 (patch)
tree6f35a3007140dae8fd7ab10be7e17d0cb58fbf3b /llvm/lib/ExecutionEngine/ExecutionEngine.cpp
parentb1543a67a04a13924c5577de7fd756a1d336c7aa (diff)
downloadbcm5719-llvm-d36bbe9c892e533b90716f1852ef036a94fddbf6.tar.gz
bcm5719-llvm-d36bbe9c892e533b90716f1852ef036a94fddbf6.zip
Ignore all duplicate frame index expression
Some passes might duplicate calls to llvm.dbg.declare creating duplicate frame index expression which currently trigger an assertion which is meant to catch erroneous, overlapping fragment declarations. But identical frame index expressions are just redundant and don't actually conflict with each other, so we can be more lenient and just ignore the duplicates. Reviewers: aprantl, rnk Subscribers: llvm-commits, JDevlieghere Differential Revision: https://reviews.llvm.org/D38540 llvm-svn: 315279
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud