[LLVMbugs] [Bug 19211] New: improve description of "building the analyzer from source"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 20 09:05:37 PDT 2014


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

            Bug ID: 19211
           Summary: improve description of "building the analyzer from
                    source"
           Product: clang
           Version: 3.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: mark.j.abraham at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

At http://clang-analyzer.llvm.org/installation#OtherPlatforms, there should be
a mention of the need to use

cmake -DCLANG_ENABLE_STATIC_ANALYZER=on

in order to get the cmake build to look for the
llvm/tools/clang/tools/clang-check sub-directory (and thus actually build the
static analyzer if it is found).

The non-cmake build looks like it also has the need to set such a variable, but
I haven't tried it to know what the solution actually is.

-- 
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/20140320/fc495bba/attachment.html>


More information about the llvm-bugs mailing list