[LLVMbugs] [Bug 23493] New: Cannot open /EDITANDCONTINUE.obj: no such file or directory using lld -flavor link

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 12 05:01:30 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23493

            Bug ID: 23493
           Summary: Cannot open /EDITANDCONTINUE.obj: no such file or
                    directory using lld -flavor link
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: james.baker at bullochtech.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150512/2a6c0f99/attachment.html>


More information about the llvm-bugs mailing list