[llvm] r322491 - [docs] Fix mention of GCC frontend

Jan Korous via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 09:11:22 PST 2018


Author: jkorous
Date: Mon Jan 15 09:11:22 2018
New Revision: 322491

URL: http://llvm.org/viewvc/llvm-project?rev=322491&view=rev
Log:
[docs] Fix mention of GCC frontend

Modified:
    llvm/trunk/docs/HowToSubmitABug.rst

Modified: llvm/trunk/docs/HowToSubmitABug.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToSubmitABug.rst?rev=322491&r1=322490&r2=322491&view=diff
==============================================================================
--- llvm/trunk/docs/HowToSubmitABug.rst (original)
+++ llvm/trunk/docs/HowToSubmitABug.rst Mon Jan 15 09:11:22 2018
@@ -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.
 




More information about the llvm-commits mailing list