[LLVMbugs] [Bug 9767] New: versioned driver name gets mangled by llvm::sys::path::stem

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Apr 20 20:54:42 PDT 2011


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: unassignedclangbugs at nondot.org
        ReportedBy: blelbach at cct.lsu.edu
                CC: llvmbugs at cs.uiuc.edu


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

[22:53:41]:wash at vega.cct.lsu.edu:/home/wash/lll/core/clang$
~/lll/install/bootstrap/bin/clang++ --version
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang version 2.9 (git at github.com:lll-project/llvm.git
2ee2e7988a9832ef357dac2ba1af6f0854682e12)
[22:53:52]:wash at vega.cct.lsu.edu:/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.



More information about the llvm-bugs mailing list