mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[docs] Fix mention of GCC frontend
llvm-svn: 322491
This commit is contained in:
parent
365cf71992
commit
621616233c
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user