<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 --- - Cannot open /EDITANDCONTINUE.obj: no such file or directory using lld -flavor link"
   href="https://llvm.org/bugs/show_bug.cgi?id=23493">23493</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Cannot open /EDITANDCONTINUE.obj: no such file or directory using lld -flavor link
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lld
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Windows XP
          </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>All Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>james.baker@bullochtech.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>Using lld -flavor link, when trying to link a fairly complex executable with
external libraries and object files as well as libraries created as part of our
project, at link time I get this error: 

Cannot open /EDITANDCONTINUE.obj: no such file or directory

/EDITANDCONTINUE is not in any of our make files anywhere and I can't find it
in any of the external libraries we have compiled.

Is it possible to make lld just ignore this so we can continue?

With the /VERBOSE flag, there are several of these messages:

lld warning: /EDITANDCONTINUE.obj

This is on a release build, so I'm not even sure where this is coming from.</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>