[LLVMbugs] [Bug 17024] New: bin/clang-cl and bin/clang++ are not valid build targets

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 28 06:56:43 PDT 2013


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

            Bug ID: 17024
           Summary: bin/clang-cl and bin/clang++ are not valid build
                    targets
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

They are just created as a side effect of creating clang:

$ rm bin/clang-cl
$ ninja bin/clang-cl
ninja: error: unknown target 'bin/clang-cl', did you mean 'bin/clang'?
$ rm bin/clang
$ ninja bin/clang
[1/1] Creating executable symlink bin/clang
$ ls -l bin/clang-cl
lrwxrwxrwx. 1 espindola espindola 5 Aug 28 09:58 bin/clang-cl -> clang

-- 
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/20130828/175af656/attachment.html>


More information about the llvm-bugs mailing list