Lines Matching refs: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
14 the bug `crashes the compiler`_ (or an LLVM pass), or if the
17 Based on what type of bug it is, follow the instructions in the linked
18 section to narrow down the bug so that the person who fixes it will be able
24 the "new-bugs" category if you're not sure). The bug description should
28 * The reduced test-case that triggers the bug.
55 the code generator), you found an optimizer bug. Jump ahead to
61 .. _front-end bug:
86 If you find that a bug crashes in the optimizer, compile your test-case to a
96 follow the instructions for a `front-end bug`_.
105 Please run this, then file a bug with the instructions and reduced .bc
114 If you find a bug that crashes clang in the code generator, compile your
124 bug`_. If one of these do crash, you should be able to reduce this with
132 Please run this, then file a bug with the instructions and reduced .bc file
142 doesn't run right, this is either a bug in the code or a bug in the