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

Reply via email to