MC: don't create a backtrace for diagnostics.
authorJim Grosbach <grosbach@apple.com>
Fri, 14 Mar 2014 22:41:58 +0000 (22:41 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 14 Mar 2014 22:41:58 +0000 (22:41 +0000)
commit6fb117d939574537f2528e435b6c610babbb9ae1
tree4ede1a10495d8b891c82a5b649cb2ebfc7e8926f
parent68c1cb444f441ab0f5e30bbdaa3ba9f9aa7b3786
MC: don't create a backtrace for diagnostics.

For better or worse, this is currently the normal error reporting path
when dealing with backend errors from inline assembly. It's not just
internal compiler issues that come through here, so we shouldn't be
creating a backtrace on this path.

rdar://16329947

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203979 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCContext.cpp