forked from OSchip/llvm-project
parent
0917c9e413
commit
8a3735c006
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue