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

           Summary: versioned driver name gets mangled by
                    llvm::sys::path::stem
           Product: clang
           Version: unspecified
          Platform: HP
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


llvm::sys::path::stem mangles a clang driver name with a version, e.g.:

[22:53:41]:[email protected]:/home/wash/lll/core/clang$
~/lll/install/bootstrap/bin/clang++ --version
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang version 2.9 ([email protected]:lll-project/llvm.git
2ee2e7988a9832ef357dac2ba1af6f0854682e12)
[22:53:52]:[email protected]:/home/wash/lll/core/clang$
~/lll/install/bootstrap/bin/clang++ nothere.cpp
clang-2: error: no such file or directory: 'nothere.cpp'
clang-2: error: no input files

-- 
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