| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | llvm.rst | 5 :Original: Documentation/kbuild/llvm.rst 18 `Clang <https://clang.llvm.org/>`_ 和 `LLVM <https://llvm.org/>`_ 工具可 25 `LLVM 是由 C++ 对象实现的工具链组件集合 <https://www.aosabook.org/en/llvm.html>`_。 46 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \ 47 OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf \ 48 HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar HOSTLD=ld.lld 54 make LLVM=/path/to/llvm/ 56 这将使用 ``/path/to/llvm/clang``、``/path/to/llvm/ld.lld`` 等工具。也可以 59 PATH=/path/to/llvm:$PATH make LLVM=1 69 PATH=/path/to/llvm/:$PATH make LLVM=-14 [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | README.rst | 64 - clang (preferably built from sources, https://github.com/llvm/llvm-project); 85 If you want to change pahole and llvm, you can change `PATH` environment 123 profiler[23] test failures with clang/llvm <12.0.0 126 With clang/llvm <12.0.0, the profiler[23] test may fail. 146 Hence `this patch`__ addresses it on the compiler side. It was committed on llvm 12. 148 __ https://github.com/llvm/llvm-project/commit/ddf1864ace484035e3cde5e83b3a31ac81e059c6 162 bpf_iter test failures with clang/llvm 10.0.0 165 With clang/llvm 10.0.0, the following two bpf_iter tests failed: 194 This is due to a llvm BPF backend bug. `The fix`__ 195 has been pushed to llvm 10.x release branch and will be [all …]
|
| /linux/Documentation/kbuild/ |
| H A D | llvm.rst | 15 <https://clang.llvm.org/>`_ and `LLVM <https://llvm.org/>`_ utilities to be 24 objects <https://www.aosabook.org/en/llvm.html>`_. Clang is a front-end to LLVM 45 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \ 46 OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf \ 47 HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar HOSTLD=ld.lld 54 make LLVM=/path/to/llvm/ 56 which will use ``/path/to/llvm/clang``, ``/path/to/llvm/ld.lld``, etc. The 59 PATH=/path/to/llvm:$PATH make LLVM=1 72 PATH=/path/to/llvm/:$PATH make LLVM=-14 94 which does not yet have ``ld.lld`` or ``llvm-objcopy`` support, you could [all …]
|
| /linux/samples/bpf/ |
| H A D | README.rst | 18 * llvm 70 By default llvm will build all non-experimental backends including bpf. 82 $ git clone https://github.com/llvm/llvm-project.git 83 $ mkdir -p llvm-project/llvm/build 84 $ cd llvm-project/llvm/build 94 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
|
| H A D | Makefile | 181 LLVM_DIS ?= llvm-dis 182 LLVM_OBJCOPY ?= llvm-objcopy 183 LLVM_READELF ?= llvm-readelf 387 -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \
|
| /linux/drivers/gpu/drm/ci/ |
| H A D | setup-llvm-links.sh | 9 ln -svf "$(which llvm-ar-${LLVM_VERSION})" /usr/bin/llvm-ar 10 ln -svf "$(which llvm-nm-${LLVM_VERSION})" /usr/bin/llvm-nm 11 ln -svf "$(which llvm-objcopy-${LLVM_VERSION})" /usr/bin/llvm-objcopy 12 ln -svf "$(which llvm-readelf-${LLVM_VERSION})" /usr/bin/llvm-readelf 13 ln -svf "$(which llvm-strip-${LLVM_VERSION})" /usr/bin/llvm-strip
|
| H A D | kunit.sh | 9 ./drivers/gpu/drm/ci/setup-llvm-links.sh
|
| H A D | dtbs-check.sh | 9 ./drivers/gpu/drm/ci/setup-llvm-links.sh
|
| /linux/Documentation/translations/zh_CN/rust/ |
| H A D | quick-start.rst | 87 https://releases.llvm.org/download.html 91 https://llvm.org/docs/GettingStarted.html#getting-the-source-code-and-building-llvm 93 请参阅 Documentation/kbuild/llvm.rst 了解更多信息,以及获取预构建版本和发行包 111 * ``LLVM_CONFIG_PATH`` 可以指向一个 ``llvm-config`` 可执行文件。
|
| /linux/tools/scripts/ |
| H A D | Makefile.include | 62 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX)) 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 78 HOSTAR ?= $(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX) 90 LLVM_CONFIG ?= llvm-config 91 LLVM_OBJCOPY ?= llvm-objcopy 92 LLVM_STRIP ?= llvm-strip
|
| /linux/Documentation/bpf/ |
| H A D | s390.rst | 64 git clone https://github.com/llvm/llvm-project.git 65 ln -s ../../clang llvm-project/llvm/tools/ 66 mkdir llvm-project-build 67 cd llvm-project-build 72 ../llvm-project/llvm 201 - `Building LLVM <https://llvm.org/docs/CMake.html>`_
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | run-tests.sh | 19 llvm= 89 llvm=1 174 …libc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="${llvm}" O="${build_dir}") 188 if [ "$arch" = "m68k" -o "$arch" = "sh4" ] && [ "$llvm" = "1" ]; then
|
| /linux/tools/build/feature/ |
| H A D | test-llvm-perf.cpp | 11 llvm::errs() << "Hello World!\n"; in main() 12 llvm::llvm_shutdown(); in main()
|
| H A D | test-llvm.cpp | 11 llvm::errs() << "Hello World!\n"; in main() 12 llvm::llvm_shutdown(); in main()
|
| H A D | Makefile | 69 test-llvm.bin \ 70 test-llvm-perf.bin \ 343 $(OUTPUT)test-llvm.bin: 351 $(OUTPUT)test-llvm-perf.bin:
|
| /linux/samples/hid/ |
| H A D | Makefile | 64 LLVM_DIS ?= llvm-dis 65 LLVM_OBJCOPY ?= llvm-objcopy 66 LLVM_READELF ?= llvm-readelf 245 -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \
|
| /linux/scripts/ |
| H A D | decode_stacktrace.sh | 14 if type llvm-cxxfilt >/dev/null 2>&1 ; then 15 cppfilt=llvm-cxxfilt 25 UTIL_PREFIX=llvm-
|
| H A D | min-tool-version.sh | 26 llvm)
|
| /linux/Documentation/dev-tools/ |
| H A D | clang-format.rst | 35 https://releases.llvm.org/download.html 39 https://clang.llvm.org/docs/ClangFormat.html 41 https://clang.llvm.org/docs/ClangFormatStyleOptions.html 66 https://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting 102 https://clang.llvm.org/docs/ClangFormat.html
|
| /linux/Documentation/translations/it_IT/dev-tools/ |
| H A D | clang-format.rst | 43 https://releases.llvm.org/download.html 47 https://clang.llvm.org/docs/ClangFormat.html 49 https://clang.llvm.org/docs/ClangFormatStyleOptions.html 76 https://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting 114 https://clang.llvm.org/docs/ClangFormat.html
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | gcov.rst | 171 則使用 llvm-cov_ 。 174 .. _llvm-cov: https://llvm.org/docs/CommandGuide/llvm-cov.html
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | gcov.rst | 171 则使用 llvm-cov_ 。 174 .. _llvm-cov: https://llvm.org/docs/CommandGuide/llvm-cov.html
|
| /linux/arch/arm/ |
| H A D | Kconfig.platforms | 11 # https://github.com/llvm/llvm-project/issues/50764 19 # https://github.com/llvm/llvm-project/issues/50764
|
| /linux/tools/perf/util/ |
| H A D | llvm-c-helpers.cpp | 26 using namespace llvm; 27 using llvm::symbolize::LLVMSymbolizer;
|
| /linux/drivers/gpu/drm/amd/display/ |
| H A D | Kconfig | 26 https://github.com/llvm/llvm-project/issues/41896.
|