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

            Bug ID: 16718
           Summary: Error in 'Getting Started: Building and Running Clang'
           Product: Website
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

http://clang.llvm.org/get_started.html

This section ...

6. Build LLVM and Clang:
- mkdir build (for building without polluting the source dir)
- cd build

... suggests building under a separate directory to avoid polluting the build.
However, it appears as if (at least) clang-tools/clang-format does not build
unless the build is started from the root (llvm) directory, because of the
relative path specified for Makefile.config in
tools/clang/tools/clang-format/Makefile.

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