Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r4a80a67 r4c24eb0a  
    426426        <listitem>
    427427          <para>
    428             is the automatic test case reduction tool.
     428            is the automatic test case reduction tool
    429429          </para>
    430430          <indexterm zone="llvm bugpoint">
     
    438438        <listitem>
    439439          <para>
    440             is used to test the libclang API and demonstrate its usage.
     440            is used to test the libclang API and demonstrate its usage
    441441          </para>
    442442          <indexterm zone="llvm c-index-test">
     
    451451          <para>
    452452            is the <application>Clang</application> C, C++,
    453             and Objective-C compiler.
     453            and Objective-C compiler
    454454          </para>
    455455          <indexterm zone="llvm clang">
     
    464464          <para>
    465465            is a tool to perform static code analysis and display Abstract
    466             Syntax Trees (AST).
     466            Syntax Trees (AST)
    467467          </para>
    468468          <indexterm zone="llvm clang-check">
     
    477477          <para>
    478478            is a tool to collect the USR name and location of external
    479             definitions in a source file.
     479            definitions in a source file
    480480          </para>
    481481          <indexterm zone="llvm clang-extdef-mapping">
     
    490490          <para>
    491491            is a tool to format C/C++/Java/JavaScript/Objective-C/Protobuf
    492             code.
     492            code
    493493          </para>
    494494          <indexterm zone="llvm clang-format">
     
    517517          <para>
    518518            is a tool to bundle/unbundle OpenMP offloaded files associated with
    519             a common source file.
     519            a common source file
    520520          </para>
    521521          <indexterm zone="llvm clang-offload-bundler">
     
    529529        <listitem>
    530530          <para>
    531             is a tool to create wrapper bitcode for offload target binaries.
     531            is a tool to create wrapper bitcode for offload target binaries
    532532          </para>
    533533          <indexterm zone="llvm clang-offload-wrapper">
     
    541541        <listitem>
    542542          <para>
    543             is a Clang-based refactoring tool for C, C++ and Objective-C.
     543            is a Clang-based refactoring tool for C, C++ and Objective-C
    544544          </para>
    545545          <indexterm zone="llvm clang-refactor">
     
    553553        <listitem>
    554554          <para>
    555             is a tool to rename symbols in C/C++ programs.
     555            is a tool to rename symbols in C/C++ programs
    556556          </para>
    557557          <indexterm zone="llvm clang-rename">
     
    565565        <listitem>
    566566          <para>
    567             is a tool to scan for dependencies in a source file.
     567            is a tool to scan for dependencies in a source file
    568568          </para>
    569569          <indexterm zone="llvm clang-scan-deps">
     
    577577        <listitem>
    578578          <para>
    579             is a combination of tools for dealing with diagnostics in clang.
     579            is a combination of tools for dealing with diagnostics in clang
    580580          </para>
    581581          <indexterm zone="llvm diagtool">
     
    590590          <para>
    591591            is a tool used to manipulate archived DWARF debug symbol files,
    592             compatible with the Darwin command <command>dsymutil</command>.
     592            compatible with the Darwin command <command>dsymutil</command>
    593593          </para>
    594594          <indexterm zone="llvm dsymutil">
     
    615615        <listitem>
    616616          <para>
    617             is a Python tool to dump and construct header maps.
     617            is a Python tool to dump and construct header maps
    618618          </para>
    619619          <indexterm zone="llvm hmaptool">
     
    627627        <listitem>
    628628          <para>
    629             is the <application>LLVM</application> static compiler.
     629            is the <application>LLVM</application> static compiler
    630630          </para>
    631631          <indexterm zone="llvm llc">
     
    640640          <para>
    641641            is used to directly execute programs from
    642             <application>LLVM</application> bitcode.
     642            <application>LLVM</application> bitcode
    643643          </para>
    644644          <indexterm zone="llvm lli">
     
    653653          <para>
    654654            is a tool used to convert addresses into file names and line
    655             numbers.
     655            numbers
    656656          </para>
    657657          <indexterm zone="llvm llvm-addr2line">
     
    665665        <listitem>
    666666          <para>
    667             is the <application>LLVM</application> archiver.
     667            is the <application>LLVM</application> archiver
    668668          </para>
    669669          <indexterm zone="llvm llvm-ar">
     
    677677        <listitem>
    678678          <para>
    679             is the <application>LLVM</application> assembler.
     679            is the <application>LLVM</application> assembler
    680680          </para>
    681681          <indexterm zone="llvm llvm-as">
     
    689689        <listitem>
    690690          <para>
    691             is the <application>LLVM</application> bitcode analyzer.
     691            is the <application>LLVM</application> bitcode analyzer
    692692          </para>
    693693          <indexterm zone="llvm llvm-bcanalyzer">
     
    701701        <listitem>
    702702          <para>
    703             is a tool to concatenate llvm modules.
     703            is a tool to concatenate llvm modules
    704704          </para>
    705705          <indexterm zone="llvm llvm-cat">
     
    715715            identifies whether Control Flow Integrity protects all indirect
    716716            control flow instructions in the provided object file, DSO, or
    717             binary.
     717            binary
    718718          </para>
    719719          <indexterm zone="llvm llvm-cfi-verify">
     
    727727        <listitem>
    728728          <para>
    729             Prints <application>LLVM</application> compilation options.
     729            Prints <application>LLVM</application> compilation options
    730730          </para>
    731731          <indexterm zone="llvm llvm-config">
     
    739739        <listitem>
    740740          <para>
    741             is used to emit coverage information.
     741            is used to emit coverage information
    742742          </para>
    743743          <indexterm zone="llvm llvm-cov">
     
    751751        <listitem>
    752752          <para>
    753             is a bytecode disassembler.
     753            is a bytecode disassembler
    754754          </para>
    755755          <indexterm zone="llvm llvm-c-test">
     
    763763        <listitem>
    764764          <para>
    765             is a tool to convert Microsoft resource files to COFF.
     765            is a tool to convert Microsoft resource files to COFF
    766766          </para>
    767767          <indexterm zone="llvm llvm-cvtres">
     
    775775        <listitem>
    776776          <para>
    777             is used as a C++ ABI Data Dumper.
     777            is used as a C++ ABI Data Dumper
    778778          </para>
    779779          <indexterm zone="llvm llvm-cxxdump">
     
    787787        <listitem>
    788788          <para>
    789             is used to demangle C++ symbols in llvm code.
     789            is used to demangle C++ symbols in llvm code
    790790          </para>
    791791          <indexterm zone="llvm llvm-cxxfilt">
     
    799799        <listitem>
    800800          <para>
    801             is used to remap C++ mangled symbols.
     801            is used to remap C++ mangled symbols
    802802          </para>
    803803          <indexterm zone="llvm llvm-cxxmap">
     
    812812          <para>
    813813            is the <application>LLVM</application> structural
    814             '<command>diff</command>'.
     814            '<command>diff</command>'
    815815          </para>
    816816          <indexterm zone="llvm llvm-diff">
     
    824824        <listitem>
    825825          <para>
    826             is the <application>LLVM</application> disassembler.
     826            is the <application>LLVM</application> disassembler
    827827          </para>
    828828          <indexterm zone="llvm llvm-dis">
     
    836836        <listitem>
    837837          <para>
    838             prints the content of DWARF sections in object files.
     838            prints the content of DWARF sections in object files
    839839          </para>
    840840          <indexterm zone="llvm llvm-dwarfdump">
     
    848848        <listitem>
    849849          <para>
    850             merges split DWARF files.
     850            merges split DWARF files
    851851          </para>
    852852          <indexterm zone="llvm llvm-dwp">
     
    860860        <listitem>
    861861          <para>
    862             is used to read information about an ELF binary's ABI.
     862            is used to read information about an ELF binary's ABI
    863863          </para>
    864864          <indexterm zone="llvm llvm-elfabi">
     
    874874            is a benchmarking tool that uses information available in LLVM to
    875875            measure host machine instruction characteristics like latency or
    876             port decomposition.
     876            port decomposition
    877877          </para>
    878878          <indexterm zone="llvm llvm-exegesis">
     
    887887          <para>
    888888            is used to extract a function from an
    889             <application>LLVM</application> module.
     889            <application>LLVM</application> module
    890890          </para>
    891891          <indexterm zone="llvm llvm-extract">
     
    901901            is used to process GSYM Symbolication Format files which
    902902            convert memory addresses to function name and source file
    903             line. These files are smaller than DWARF or Breakpad files.
     903            line. These files are smaller than DWARF or Breakpad files
    904904          </para>
    905905          <indexterm zone="llvm llvm-gsymutil">
     
    913913        <listitem>
    914914          <para>
    915             is used to merge interface stubs with object files.
     915            is used to merge interface stubs with object files
    916916          </para>
    917917          <indexterm zone="llvm llvm-ifs">
     
    925925        <listitem>
    926926          <para>
    927             is used to rewrite load commands into MachO binary format.
     927            is used to rewrite load commands into MachO binary format
    928928          </para>
    929929          <indexterm zone="llvm llvm-install-name-tool">
     
    938938          <para>
    939939            is used to parse relocatable object files to make their contents
    940             executable in a target process.
     940            executable in a target process
    941941          </para>
    942942          <indexterm zone="llvm llvm-jitlink">
     
    950950        <listitem>
    951951          <para>
    952             is the <application>LLVM</application> linker.
     952            is the <application>LLVM</application> linker
    953953          </para>
    954954          <indexterm zone="llvm llvm-link">
     
    962962        <listitem>
    963963          <para>
    964             is used to create universal binaries from MachO files.
     964            is used to create universal binaries from MachO files
    965965          </para>
    966966          <indexterm zone="llvm llvm-lipo">
     
    975975          <para>
    976976            is the <application>LLVM</application> LTO (link time optimization)
    977             linker.
     977            linker
    978978          </para>
    979979          <indexterm zone="llvm llvm-lto">
     
    987987        <listitem>
    988988          <para>
    989             is a test harness for the resolution based LTO interface.
     989            is a test harness for the resolution based LTO interface
    990990          </para>
    991991          <indexterm zone="llvm llvm-lto2">
     
    999999        <listitem>
    10001000          <para>
    1001             is a standalone machine code assembler/disassembler.
     1001            is a standalone machine code assembler/disassembler
    10021002          </para>
    10031003          <indexterm zone="llvm llvm-mc">
     
    10121012          <para>
    10131013            is a performance analysis tool to statically measure the
    1014             performance of machine code.
     1014            performance of machine code
    10151015          </para>
    10161016          <indexterm zone="llvm llvm-mca">
     
    10361036        <listitem>
    10371037          <para>
    1038             is a playground for machine code provided by LLVM.
     1038            is a playground for machine code provided by LLVM
    10391039          </para>
    10401040          <indexterm zone="llvm llvm-ml">
     
    10481048        <listitem>
    10491049          <para>
    1050             is a tool to extract one module from multimodule bitcode files.
     1050            is a tool to extract one module from multimodule bitcode files
    10511051          </para>
    10521052          <indexterm zone="llvm llvm-modextract">
     
    10611061          <para>
    10621062            is a tool to generate signed files and catalogs from a
    1063             side-by-side assembly manifest (used for Microsoft SDK).
     1063            side-by-side assembly manifest (used for Microsoft SDK)
    10641064          </para>
    10651065          <indexterm zone="llvm llvm-mt">
     
    10741074          <para>
    10751075            is used to list <application>LLVM</application> bitcode
    1076             and object file's symbol table.
     1076            and object file's symbol table
    10771077          </para>
    10781078          <indexterm zone="llvm llvm-nm">
     
    10861086        <listitem>
    10871087          <para>
    1088             is LLVM's version of an objcopy tool.
     1088            is LLVM's version of an objcopy tool
    10891089          </para>
    10901090          <indexterm zone="llvm llvm-objcopy">
     
    10981098        <listitem>
    10991099          <para>
    1100             is an <application>LLVM</application> object file dumper.
     1100            is an <application>LLVM</application> object file dumper
    11011101          </para>
    11021102          <indexterm zone="llvm llvm-objdump">
     
    11111111          <para>
    11121112            is a tool to generate an optimization report from YAML optimization
    1113             record files.
     1113            record files
    11141114          </para>
    11151115          <indexterm zone="llvm llvm-opt-report">
     
    11231123        <listitem>
    11241124          <para>
    1125             is a PDB (Program Database) dumper. PDB is a Microsoft format.
     1125            is a PDB (Program Database) dumper. PDB is a Microsoft format
    11261126          </para>
    11271127          <indexterm zone="llvm llvm-pdbutil">
     
    11351135        <listitem>
    11361136          <para>
    1137             is a small tool to manipulate and print profile data files.
     1137            is a small tool to manipulate and print profile data files
    11381138          </para>
    11391139          <indexterm zone="llvm llvm-profdata">
     
    11481148          <para>
    11491149            is used to generate an index for a <application>LLVM</application>
    1150             archive.
     1150            archive
    11511151          </para>
    11521152          <indexterm zone="llvm llvm-ranlib">
     
    11611161          <para>
    11621162            is a platform-independent tool to compile resource scripts
    1163             into binary resource files.
     1163            into binary resource files
    11641164          </para>
    11651165          <indexterm zone="llvm llvm-rc">
     
    11731173        <listitem>
    11741174          <para>
    1175             displays low-level format-specific information about object files.
     1175            displays low-level format-specific information about object files
    11761176          </para>
    11771177          <indexterm zone="llvm llvm-readobj">
     
    11861186          <para>
    11871187            is used to automatically reduce testcases
    1188             when running a test suite.
     1188            when running a test suite
    11891189          </para>
    11901190          <indexterm zone="llvm llvm-reduce">
     
    11981198        <listitem>
    11991199          <para>
    1200             is the <application>LLVM</application> MC-JIT tool.
     1200            is the <application>LLVM</application> MC-JIT tool
    12011201          </para>
    12021202          <indexterm zone="llvm llvm-rtdyld">
     
    12101210        <listitem>
    12111211          <para>
    1212             is the <application>LLVM</application> object size dumper.
     1212            is the <application>LLVM</application> object size dumper
    12131213          </para>
    12141214          <indexterm zone="llvm llvm-size">
     
    12221222        <listitem>
    12231223          <para>
    1224             is the <application>LLVM</application> module splitter.
     1224            is the <application>LLVM</application> module splitter
    12251225          </para>
    12261226          <indexterm zone="llvm llvm-split">
     
    12351235          <para>
    12361236            is used to generate random
    1237             <filename class="extension">.ll</filename> files.
     1237            <filename class="extension">.ll</filename> files
    12381238          </para>
    12391239          <indexterm zone="llvm llvm-stress">
     
    12481248          <para>
    12491249            print strings found in a binary (object file, executable, or
    1250             archive library).
     1250            archive library)
    12511251          </para>
    12521252          <indexterm zone="llvm llvm-strings">
     
    12601260        <listitem>
    12611261          <para>
    1262             converts adresses into source code locations.
     1262            converts adresses into source code locations
    12631263          </para>
    12641264          <indexterm zone="llvm llvm-symbolizer">
     
    12731273          <para>
    12741274            is the <application>LLVM</application> Target Description
    1275             To C++ Code Generator.
     1275            To C++ Code Generator
    12761276          </para>
    12771277          <indexterm zone="llvm llvm-tblgen">
     
    12851285        <listitem>
    12861286          <para>
    1287             is a tool to demangle names.
     1287            is a tool to demangle names
    12881288          </para>
    12891289          <indexterm zone="llvm llvm-undname">
     
    12971297        <listitem>
    12981298          <para>
    1299             is an implementation of Google's XRay function call tracing system.
     1299            is an implementation of Google's XRay function call tracing system
    13001300          </para>
    13011301          <indexterm zone="llvm llvm-xray">
     
    13101310          <para>
    13111311            takes an object file, and produces a YAML representation of the
    1312             file.
     1312            file
    13131313          </para>
    13141314          <indexterm zone="llvm obj2yaml">
     
    13221322        <listitem>
    13231323          <para>
    1324             is the <application>LLVM</application> optimizer.
     1324            is the <application>LLVM</application> optimizer
    13251325          </para>
    13261326          <indexterm zone="llvm opt">
     
    13341334        <listitem>
    13351335          <para>
    1336             is the sanitizer coverage processing tool.
     1336            is the sanitizer coverage processing tool
    13371337          </para>
    13381338          <indexterm zone="llvm sancov">
     
    13461346        <listitem>
    13471347          <para>
    1348             is the sanitizer statistics processing tool.
     1348            is the sanitizer statistics processing tool
    13491349          </para>
    13501350          <indexterm zone="llvm sanstats">
     
    13591359          <para>
    13601360            is a <application>Perl</application> script that invokes the
    1361             <application>Clang</application> static analyzer.
     1361            <application>Clang</application> static analyzer
    13621362          </para>
    13631363          <indexterm zone="llvm scan-build">
     
    13721372          <para>
    13731373            is a viewer for <application>Clang</application> static analyzer
    1374             results.
     1374            results
    13751375          </para>
    13761376          <indexterm zone="llvm scan-view">
     
    13851385          <para>
    13861386            is the <application>LLVM</application> tool to verify use-list
    1387             order.
     1387            order
    13881388          </para>
    13891389          <indexterm zone="llvm verify-uselistorder">
     
    13981398          <para>
    13991399            takes a YAML representation of an object file and converts it
    1400             to a binary file.
     1400            to a binary file
    14011401          </para>
    14021402          <indexterm zone="llvm yaml2obj">
Note: See TracChangeset for help on using the changeset viewer.