[docs] Fix mention of GCC frontend

llvm-svn: 322491
This commit is contained in:
Jan Korous 2018-01-15 17:11:22 +00:00
parent 0917c9e413
commit 8a3735c006
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Crashing Bugs
More often than not, bugs in the compiler cause it to crash---often due to More often than not, bugs in the compiler cause it to crash---often due to
an assertion failure of some sort. The most important piece of the puzzle an assertion failure of some sort. The most important piece of the puzzle
is to figure out if it is crashing in the GCC front-end or if it is one of is to figure out if it is crashing in the Clang front-end or if it is one of
the LLVM libraries (e.g. the optimizer or code generator) that has the LLVM libraries (e.g. the optimizer or code generator) that has
problems. problems.