summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticFrontendKinds.td
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-03-26 18:01:48 +0000
committerChad Rosier <mcrosier@apple.com>2013-03-26 18:01:48 +0000
commite2359e21320f39b167b31afb0c281419361faa51 (patch)
treea8bbd97d2f7cddb5b808c5fc2fac7bbb3f504610 /include/clang/Basic/DiagnosticFrontendKinds.td
parent72339a0d160720c6301d629761e701e5fad56f5e (diff)
downloadclang-e2359e21320f39b167b31afb0c281419361faa51.tar.gz
clang-e2359e21320f39b167b31afb0c281419361faa51.tar.bz2
clang-e2359e21320f39b167b31afb0c281419361faa51.tar.xz
Fix a crasher by reporting a fatal error if we're unable to create the target
machine and one is required. Part of rdar://13295753 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticFrontendKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticFrontendKinds.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticFrontendKinds.td b/include/clang/Basic/DiagnosticFrontendKinds.td
index 111622e0fe..29822683ed 100644
--- a/include/clang/Basic/DiagnosticFrontendKinds.td
+++ b/include/clang/Basic/DiagnosticFrontendKinds.td
@@ -42,8 +42,6 @@ def err_fe_unable_to_load_pch : Error<
"unable to load PCH file">;
def err_fe_unable_to_load_plugin : Error<
"unable to load plugin '%0': '%1'">;
-def err_fe_unable_to_create_target : Error<
- "unable to create target: '%0'">;
def err_fe_unable_to_interface_with_target : Error<
"unable to interface with target machine">;
def err_fe_unable_to_open_output : Error<