1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[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 365cf71992
commit 621616233c

View File

@ -38,7 +38,7 @@ Crashing Bugs
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
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
problems.