<html>
    <head>
      <base href="https://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 --- - Clang-cl crashes with Forced Include"
   href="https://llvm.org/bugs/show_bug.cgi?id=25262">25262</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Clang-cl crashes with Forced Include
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </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>Driver
          </td>
        </tr>

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

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

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When compiling with clang-cl (64-bit r250698), and adding a Forced Include
option that includes a path with a space, clang-cl will crash.

clang-cl.exe /FI"C:\Program Files\blah.txt" anysourcefile.cpp

0x00007FF763772A66 (0x000000773C57DB20 0x00000077000124D9 0x00000000000124D9
0x000000773C33CB30)
0x00007FF76378930E (0x00000000000124D9 0x00000000000124D9 0x000000000000001A
0x000000000000001B)
0x00007FF763786C8C (0x0000007700000000 0x00000000000124D0 0x0000000000000000
0x0000000000000000)
0x00007FF7637852F6 (0x000000773C33D7A0 0x000000773C5F08C5 0x000000773C5ECAC0
0x000000773C5F0910)
0x00007FF76375A29B (0x0000007700000001 0x000000773C57A4D0 0x000000773C33D801
0x00007FF762DEF895)
0x00007FF763757290 (0x000000773C553020 0x000000773C553020 0x00007FF7642E3454
0x0000000000000005)
0x00007FF76376279D (0x0000007700000002 0x000000773C57A4D0 0x0000000000000000
0x0000000000000160)
0x00007FF762DECB07 (0x000000773C52D500 0x000000773C33DA00 0x000000773C52D5F0
0x0000000000000079)
0x00007FF76290E7FB (0x000000773C52D5F0 0x0000000000000000 0x0000000007000007
0x0000000000000090)
0x00007FF76388AA1C (0x000000773C52B6B0 0x000000773C52BA70 0x00007FF7645CEF20
0x0000000000000000)
0x00007FF76290E698 (0x0000000000000000 0x0000000000000001 0x000000773C540FC0
0x0000000000000000)
0x00007FF7628E6259 (0x000000773C54B130 0x000000773C52D5F0 0x000000773C33DCB9
0x000000773C54A7B0)
0x00007FF7629525AB (0x000000773C54A7B0 0x000000773C5298F0 0x000000773C526EE0
0x000000773C52B6B0)
0x00007FF76165D669 (0x0000000000000000 0x00007FF700000000 0x000074921400CAC7
0x000000773C33E460)
0x00007FF761659984 (0x0000000000000043 0x000000773C54B5B7 0x000000773C33E4B0
0x0000000000000010)
0x00007FF76165BB4E (0x0000000000000000 0x00007FF760A0C000 0x0000000000000001
0x00007FF760A0C000)
0x00007FF7637A1380 (0x0000000000000000 0x00007FF7637A13E8 0x0000000000000000
0x0000000000000000)
0x00007FFB563D2D92 (0x00007FFB563D2D70 0x0000000000000000 0x0000000000000000
0x0000000000000000), BaseThreadInitThunk() + 0x22 bytes(s)
0x00007FFB58AB9F64 (0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000), RtlUserThreadStart() + 0x34 bytes(s)
clang-cl.exe: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.8.0 (trunk)
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDir: C:\Program Files\LLVM\bin</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>