Home
last modified time | relevance | path

Searched +full:llvm +full:- +full:builddir (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/docs/
H A Dmake.bat6 set SPHINXBUILD=sphinx-build
8 set BUILDDIR=_build variable
9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
12 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
13 set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
42 for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
43 del /q /s %BUILDDIR%\*
48 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
56 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
[all …]
H A DGettingStarted.rst2 Getting Started with the LLVM System
11 Welcome to the LLVM project!
13 The LLVM project has multiple components. The core of the project is
14 itself called "LLVM". This contains all of the tools, libraries, and header
19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This
20 component compiles C, C++, Objective C, and Objective C++ code into LLVM bitcode
21 -- and from there into object files, using LLVM
[all...]
H A DHowToAddABuilder.rst2 How To Add Your Build Configuration To LLVM Buildbot Infrastructure
9 buildbot worker to the LLVM Buildbot Infrastructure.
22 * The main buildmaster at `<https://lab.llvm.org/buildbot>`_. All builders
25 * The staging buildmaster at `<https://lab.llvm.org/staging>`_. All builders
28 commits from the llvm-zorg repository.
52 with the "config owner". We do expect "resource owners" - who are generally
53 the contact listed in a workers attributes - to proxy requests to the relevant
59 Steps To Add Builder To LLVM Buildbot
62 public LLVM Buildbo
[all...]
/llvm-project/llvm/utils/release/
H A Dtest-release.sh2 #===-- test-release.sh - Test the LLVM release candidates -----
[all...]
H A Dbuild-docs.sh2 #===-- build-docs.sh - Tag the LLVM release candidates ---------------------===#
4 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 # See https://llvm.org/LICENSE.txt for license information.
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
10 # Build documentation for LLVM releases.
14 # * dnf install doxygen texlive-epstopdf ghostscript \
15 # ninja-build gcc-c++
16 # * pip install --user -r ./llvm/docs/requirements.txt
18 # * apt-get install doxygen \
[all …]
/llvm-project/.github/workflows/
H A Dllvm-project-tests.yml1 name: LLVM Project Tests
17 default: '["ubuntu-latest", "windows-2019", "macOS-13"]'
40 # Use windows-2019 due to:
41 # https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assum
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DHeaders.h1 //===--- Headers.h - Include headers ------
213 IncludeInserter(StringRef FileName,StringRef Code,const format::FormatStyle & Style,StringRef BuildDir,HeaderSearch * HeaderSearchInfo) IncludeInserter() argument
257 StringRef BuildDir; global() variable
[all...]
H A DParsedAST.cpp1 //===--- ParsedAST.cpp -------
533 auto BuildDir = VFS->getCurrentWorkingDirectory(); build() local
[all...]
H A DHeaders.cpp1 //===--- Headers.cpp - Include headers ------
[all...]
H A DCodeComplete.cpp1 //===--- CodeComplete.cpp -------
[all...]
/llvm-project/clang/include/clang-c/
H A DCXCompilationDatabase.h1 /*===-- clang-c/CXCompilationDatabase.h - Compilation database ---*- C -*-===*\
3 |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
5 |* See https://llvm.org/LICENSE.txt for license information. *|
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
8 |*===----------------------------------------------------------------------===*|
13 \*===----------------------------------------------------------------------===*/
18 #include "clang-c/CXString.h"
19 #include "clang-c/ExternC.h"
20 #include "clang-c/Platform.h"
73 * buildDir. For example, CMake can output a compile_commands.json which can
[all …]
/llvm-project/llvm/utils/
H A Dbugpoint_gisel_reducer.py27 log("-" * 50)
48 [llc, "-o", "-", "-global-isel", "-pass-remarks-missed=gisel", irfile],
57 r"LLVM ERROR: ([a-z\s]+):.*(G_INTRINSIC[_A-Z]* <intrinsic:@[a-zA-Z0-9\.]+>|G_[A-Z_]+)"
67 compileCmd = "-compile-command={} -c {} {}".format(
73 "-compile-custom",
75 "-opt-command={}".format(opt_bin),
103 if len(sys.argv) == 5 and sys.argv[1] == "-c":
110 parser.add_argument("BuildDir", help="Path to LLVM build directory")
115 build_dir = check_path(args.BuildDir)
141 output_file = "bugpoint-reduced-simplified.bc"
[all …]
H A Dmerge-stats.py3 Merge .stats files generated by llvm tools
5 merge-stats.py takes as argument a list of stats files to merge
9 merge-stats.py $(find ./builddir/ -name "*.stats") > total.stats
18 with open(sys.argv[arg], "r", encoding="utf-8", errors="ignore") as f:
/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp1 //===-- ApplyReplacements.cpp - Apply and deduplicate replacements -------
139 __anon38409d870102(const tooling::Replacement &R, const tooling::TranslationUnitDiagnostics *SourceTU, const std::optional<std::string> BuildDir) groupReplacements() argument
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules1 #----------
[all...]
/llvm-project/clang/cmake/caches/
H A DRelease.cmake4 # PGO Builds have 3 stages (stage1, stage2-instrumented, stage2)
5 # non-PGO Builds have 2 stages (stage1, stage2)
17 # This sets the varaible for the final stage in non-PGO builds and in
18 # the stage2-instrumented stage for PGO builds.
28 # on the command line via -D, but you need to do this before you pass this
29 # cache file to CMake via -C. e.g.
31 # cmake -D LLVM_RELEASE_ENABLE_PGO=ON -C Release.cmake
32 set (DEFAULT_RUNTIMES "compiler-rt;libcxx")
39 set(LLVM_RELEASE_ENABLE_PROJECTS "clang;lld;lldb;clang-tool
[all...]
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp1 //===--- tools/extra/clang-tidy/ClangTidy.cpp - Clang tidy tool -----
305 StringRef BuildDir; global() member
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp1 //===-- HeadersTests.cpp - Include headers unit tests -------
[all...]
H A DGlobalCompilationDatabaseTests.cpp1 //===-- GlobalCompilationDatabaseTests.cpp --------
310 TEST(GlobalCompilationDatabaseTest,BuildDir) TEST() argument
[all...]
H A DXRefsTests.cpp1 //===-- XRefsTests.cpp --------
1500 std::string BuildDir = testPath("build"); TEST() local
[all...]
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c1 /* c-index-test.c */
3 #include "clang-c/BuildSystem.h"
4 #include "clang-c/CXCompilationDatabase.h"
5 #include "clang-c/CXErrorCode.h"
6 #include "clang-c/CXSourceLocation.h"
7 #include "clang-c/CXString.h"
8 #include "clang-c/Documentation.h"
9 #include "clang-c/Index.h"
11 #include "llvm/Suppor
4131 char *buildDir; index_compile_db() local
4388 char *buildDir; perform_test_compilation_db() local
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1 //===- ASTReader.cpp - AST File Reader --------
3211 auto BuildDir = PP.getFileManager().getOptionalDirectoryRef(Blob); ReadControlBlock() local
[all...]