[LLVMbugs] [Bug 6789] New: clang shouldn't check for the existence of files specified as arguments to -Xlinker, -Xassembler, etc.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 5 16:23:59 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=6789

           Summary: clang shouldn't check for the existence of files
                    specified as arguments to -Xlinker, -Xassembler, etc.
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: mark.lacey at intel.com
                CC: llvmbugs at cs.uiuc.edu


Something like:
  clang -o hello hello.c -Xlinker -map hello.map
fails with:
  clang: error: no such file or directory: 'hello.map'
if 'hello.map' does not already exist.

Doing:
  touch hello.map
works around the issue, but it's not very convenient.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list