summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-11-15 19:08:46 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-11-15 19:08:46 +0000
commitf11e7f13052645709e9948f9279c29adb260fb06 (patch)
treedb08967529cc1337b03d27ca49d1e932923cdf15 /clang/lib/Frontend/CompilerInvocation.cpp
parent1fede19ce9e10f8fb6fd5b4f12c930f5c3c60ffa (diff)
downloadbcm5719-llvm-f11e7f13052645709e9948f9279c29adb260fb06.tar.gz
bcm5719-llvm-f11e7f13052645709e9948f9279c29adb260fb06.zip
We currently use a callback to handle an IL pass deleting a BB that still
has a reference to it. Unfortunately, that doesn't work for codegen passes since we don't get notified of MBB's being deleted (the original BB stays). Use that fact to our advantage and after printing a function, check if any of the IL BBs corresponds to a symbol that was not printed. This fixes pr11202. llvm-svn: 144674
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud