<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - draw/draw_gs.c:684:4: error: implicit declaration of function 'draw_get_option_use_llvm' [-Werror=implicit-function-declaration]"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=62883">62883</a>
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>regression
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>zackr@vmware.com
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>draw/draw_gs.c:684:4: error: implicit declaration of function 'draw_get_option_use_llvm' [-Werror=implicit-function-declaration]
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>blocker
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vlee@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>mesa: 9ad914191716631169427f44e08078812ce38ff8

$ ./autogen.sh --with-dri-drivers= --with-gallium-drivers=svga,swrast
--enable-gallium-llvm=no
[...]
$ make
[...]
  CC     draw/draw_gs.lo
In file included from draw/draw_gs.c:28:0:
draw/draw_gs.h:136:41: warning: 'struct draw_gs_llvm_variant' declared inside
parameter list [enabled by default]
draw/draw_gs.h:136:41: warning: its scope is only this definition or
declaration, which is probably not what you want [enabled by default]
draw/draw_gs.c: In function 'draw_create_geometry_shader':
draw/draw_gs.c:684:4: error: implicit declaration of function
'draw_get_option_use_llvm' [-Werror=implicit-function-declaration]
draw/draw_gs.c: At top level:
draw/draw_gs.c:803:41: warning: 'struct draw_gs_llvm_variant' declared inside
parameter list [enabled by default]
draw/draw_gs.c:802:6: error: conflicting types for
'draw_gs_set_current_variant'
draw/draw_gs.h:135:6: note: previous declaration of
'draw_gs_set_current_variant' was here
draw/draw_gs.c: In function 'draw_gs_set_current_variant':
draw/draw_gs.c:805:10: error: 'struct draw_geometry_shader' has no member named
'current_variant'
cc1: some warnings being treated as errors

e96f4e3b853ff5fe4d927c69695c0b5f1966d448 is the first bad commit
commit e96f4e3b853ff5fe4d927c69695c0b5f1966d448
Author: Zack Rusin <<a href="mailto:zackr@vmware.com">zackr@vmware.com</a>>
Date:   Mon Feb 18 04:00:19 2013 -0800

    gallium/llvm: implement geometry shaders in the llvm paths

    This commits implements code generation of the geometry shaders in
    the SOA paths. All the code is there but bugs are likely present.

    Signed-off-by: Zack Rusin <<a href="mailto:zackr@vmware.com">zackr@vmware.com</a>>
    Reviewed-by: Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>>
    Reviewed-by: José Fonseca <<a href="mailto:jfonseca@vmware.com">jfonseca@vmware.com</a>>

:040000 040000 3e402aa649d27d70f4b2a1481038737873d81982
23436fbded4ca6db7db3c45a4fa47b0bc203190b M    src
bisect run success</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>