Lines Matching +refs:llvm +refs:mode +refs:syntax +refs:table
41 ``llvm/projects`` directory. Any directory under ``projects`` that has both a
44 LLVM Makefile System nor even placement in the ``llvm/projects``
170 documentation <writing-an-llvm-pass-makefile>` has an example of why you might
235 (unreferenced) symbols will not be included when the ``.a`` syntax is used. Note
455 Variables listed in the table below should be set *before* the inclusion of
538 passed to the ``llvm-config`` tool to generate a link line for the
540 specified. The ``llvm-config`` tool will figure out the library dependencies
610 Specifies the directory of tests to run in ``llvm/test``.
708 Specifies the path to the ``llvm-as`` tool.
763 Variables listed in the table below can be used by the user's Makefile but
788 The LLVM Makefile System output command. This provides the ``llvm[n]``
839 verbose mode. It expands to either an ``@`` (quiet mode) or nothing (verbose
840 mode).