Lines Matching full:bug
2 How to submit an LLVM bug report
9 If you're working with LLVM and run into a bug, we definitely want to know
13 If you believe that the bug is security related, please follow :ref:`report-security-issue`.
16 bug `crashes the compiler`_ or if the compiler is `miscompiling`_ the program
18 right). Based on what type of bug it is, follow the instructions in the
19 linked section to narrow down the bug so that the person who fixes it will be
22 Once you have a reduced test-case, go to `the LLVM Bug Tracking System
25 not sure). The bug description should contain the following information:
28 * The reduced test-case that triggers the bug.
56 the code generator), you found a middle-end optimizer bug. Jump ahead to
72 PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
92 If you find that a bug crashes in the optimizer, compile your test-case to a
103 bug <frontend-crash>`.
112 Run this, then file a bug with the instructions and reduced .bc
134 If you find a bug that crashes clang in the code generator, compile your
144 bug<frontend-crash>`. If one of these do crash, you should be able to reduce
152 Please run this, then file a bug with the instructions and reduced .bc file
162 right, this is either a bug in the code or a bug in the compiler. The first