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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to