[LLVMbugs] [Bug 16718] New: Error in 'Getting Started: Building and Running Clang'

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Jul 27 05:39:38 PDT 2013


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: unassignedbugs at nondot.org
          Reporter: jimblackler at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130727/3d66afb8/attachment.html>


More information about the llvm-bugs mailing list