Changeset 109eb9ef


Ignore:
Timestamp:
01/13/2023 06:08:22 PM (16 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
365161e
Parents:
97e37e1
Message:

Install FileCheck when building llvm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r97e37e1 r109eb9ef  
    325325
    326326    <para>
    327       Now, as the <systemitem class="username">root</systemitem> user:
    328     </para>
    329 
    330 <screen role="root"><userinput>ninja install</userinput></screen>
     327      Now, as the &root; user:
     328    </para>
     329
     330<screen role="root"><userinput>ninja install &amp;&amp;
     331cp build/bin/FileCheck /usr/bin</userinput></screen>
    331332<!-- as of version 13.0.0, the install process seems to install the html
    332333     documentation and the manual pages. The llvm html documentation
     
    459460          clang-offload-bundler, clang-offload-packager, clang-offload-wrapper,
    460461          clang-refactor, clang-rename, clang-repl, clang-scan-deps,
    461           diagtool, dsymutil, git-clang-format, hmaptool, intercept-build, llc, lli,
     462          diagtool, dsymutil, FileCheck, git-clang-format, hmaptool, intercept-build, llc, lli,
    462463          llvm-addr2line (symlink to llvm-symbolizer),
    463464          llvm-ar, llvm-as, llvm-bcanalyzer,
     
    707708      </varlistentry>
    708709
     710      <varlistentry id="FileCheck">
     711        <term><command>FileCheck</command></term>
     712        <listitem>
     713          <para>
     714            is a tool that reads two files (one from standard input,
     715            and one specified on the command line) and uses one to verify the other.
     716          </para>
     717          <indexterm zone="llvm FileCheck">
     718            <primary sortas="b-FileCheck">FileCheck</primary>
     719          </indexterm>
     720        </listitem>
     721      </varlistentry>
     722
    709723      <varlistentry id="dsymutil">
    710724        <term><command>dsymutil</command></term>
Note: See TracChangeset for help on using the changeset viewer.