<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - compile-custom.ll crashes BugPoint"
   href="http://llvm.org/bugs/show_bug.cgi?id=19112">19112</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>compile-custom.ll crashes BugPoint
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>tools
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>bugpoint
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>oroppas@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Here's the output of the regression test:

[1/1] Running the LLVM regression tests
FAILED: cd /home/ryuta/devel/llvm/src/build/test && /usr/bin/python2
/home/ryuta/devel/llvm/src/llvm/utils/lit/lit.py -sv --param
llvm_site_config=/home/ryuta/devel/llvm/src/build/test/lit.site.cfg --param
llvm_unit_site_config=/home/ryuta/devel/llvm/src/build/test/Unit/lit.site.cfg
/home/ryuta/devel/llvm/src/build/test
-- Testing: 9930 tests, 8 threads --
Testing: 0 .. 10
FAIL: LLVM :: BugPoint/compile-custom.ll (1379 of 9930)
******************** TEST 'LLVM :: BugPoint/compile-custom.ll' FAILED
********************
Script:
--
/home/ryuta/devel/llvm/src/build/./bin/bugpoint -load
/home/ryuta/devel/llvm/src/build/./lib/BugpointPasses.so --compile-custom
--compile-command="/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll.py
arg1 arg2" --output-prefix
/home/ryuta/devel/llvm/src/build/test/BugPoint/Output/compile-custom.ll.tmp
/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll |
/home/ryuta/devel/llvm/src/build/./bin/FileCheck
/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll
--
Exit Code: 1

Command Output (stderr):
--
*** Debugging code generator crash!
<crash>
<crash>
/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll:8:10: error:
expected string not found in input
; CHECK: Error: arg1 arg2
         ^
<stdin>:1:1: note: scanning from here
Read input file :
'/home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll'
^
<stdin>:6:62: note: possible intended match here
 /home/ryuta/devel/llvm/src/llvm/test/BugPoint/compile-custom.ll.py arg1 arg2
/home/ryuta/devel/llvm/src/build/test/BugPoint/Output/compile-custom.ll.tmp-test-program-708cae0.bc
                                                             ^

--</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>