Home
last modified time | relevance | path

Searched refs:Clang (Results 1 – 25 of 95) sorted by relevance

1234

/OK3568_Linux_fs/kernel/tools/perf/util/c++/
H A Dclang.cpp71 CompilerInstance Clang; in getModuleFromSource() local
72 Clang.createDiagnostics(); in getModuleFromSource()
75 Clang.setVirtualFileSystem(&*VFS); in getModuleFromSource()
77 Clang.createFileManager(&*VFS); in getModuleFromSource()
83 Clang.getDiagnostics()); in getModuleFromSource()
84 Clang.setInvocation(&*CI); in getModuleFromSource()
88 Clang.getDiagnostics())); in getModuleFromSource()
89 Clang.setInvocation(CI); in getModuleFromSource()
93 if (!Clang.ExecuteAction(*Act)) in getModuleFromSource()
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dllvm.rst4 Building Linux with Clang/LLVM
7 This document covers how to build the Linux kernel with Clang and LLVM
14 such as GCC and binutils. Ongoing work has allowed for `Clang
19 <https://www.openmandriva.org/>`_ use Clang built kernels. `LLVM is a
21 <https://www.aosabook.org/en/llvm.html>`_. Clang is a front-end to LLVM that
25 Clang chapter
38 A single Clang compiler binary will typically contain all supported backends,
43 ``CROSS_COMPILE`` is not used to prefix the Clang compiler binary, instead
89 - https://github.com/ClangBuiltLinux/linux/wiki/Building-Clang-from-source
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A DREADME.rst85 BPF CO-RE-based tests and Clang version
89 bleeding-edge Clang versions (Clang 12 nightly at this time).
92 the following built-ins, listed with corresponding Clang diffs introducing
93 them to Clang/LLVM. These sub-tests are going to be skipped if Clang is too
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0019-tst_QPluginLoader-Simplify-creating-a-fake-pointer-i.patch8 and Clang legitimately error out if those variables wouldn't end
15 Clang 13 changed internals for how some constants are materialized.
19 is evaluated). Therefore, Clang 13 errors out on fakeplugin.cpp
30 on the matter in Clang.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch20 …if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "AppleClang…
21 # using Clang
24 # Debug flags for Clang
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/tbb/tbb/
H A D0001-Disable-LTO-on-clang-riscv32.patch16 cmake/compilers/Clang.cmake | 2 +-
19 --- a/cmake/compilers/Clang.cmake
20 +++ b/cmake/compilers/Clang.cmake
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A DNonnull.patch1 Description: Bring Clang's _Nonnull keyword to GCC
15 // Clang-only nullability specifiers
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0001-Use-Os-to-compile-tinyxml2.cpp.patch26 elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
27 …append_source_files_cxx_compiler_options(filter_srcs "-Wno-inconsistent-missing-override") # Clang
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0030-clang-Fix-how-driver-finds-GCC-installation-path-on-.patch7 Fix how Clang Driver finds GCC installation path on OpenEmbedded
12 - Modify how Clang Driver finds GCC installation path. This is important
17 Clang Driver will check (1) first. The directory exist, but will produce
H A D0015-clang-llvm-cmake-Fix-configure-for-packages-using-fi.patch8 that depends on LLVM/Clang tries to run cmake find_package() during
40 get_target_export_arg(${name} Clang export_to_clangtargets)
/OK3568_Linux_fs/kernel/arch/
H A DKconfig595 An architecture should select this if it supports Clang's Shadow
600 bool "Clang Shadow Call Stack"
604 This option enables Clang's Shadow Call Stack, which uses a
607 Clang's documentation:
626 Selected if the kernel will be built using Clang's LTO feature.
632 - compiling with Clang,
633 - compiling inline assembly with Clang's integrated assembler,
639 An architecture should select this option if it can support Clang's
644 # Clang >= 11: https://github.com/ClangBuiltLinux/linux/issues/510
655 The compiler and Kconfig options support building with Clang's
[all …]
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dfsgs.rst38 applications. GCC and Clang support GS based addressing via address space
129 instructions. Clang 5 supports them as well.
180 Clang does not provide the GCC address space identifiers, but it provides
181 address spaces via an attribute based mechanism in Clang 2.6 and newer
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.kasan68 This mode is supported in both GCC and Clang. With GCC it requires
69 version 8.3.0 or later. Any supported Clang version is compatible,
71 supported only since Clang 11.
93 Top Byte Ignore. This mode requires Clang.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A Dlibatomic.patch3 Clang-12 on x86 emits atomic builtins
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler-clang.h12 # error Sorry, your version of Clang is too old - please use 10.0.1 or newer.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-src-iz.c-Undef-dprintf-before-redefining.patch6 Clang is picky and warns about macros redefinition
/OK3568_Linux_fs/buildroot/package/clang/
H A DConfig.in12 Clang is a C/C++, Objective C/C++ and OpenCL C front-end
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/castxml/
H A Dcastxml_git.bb7 # 0.4.4 is the release for LLVM/Clang v13.0.0
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/
H A DCompileOptions.cmake58 elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
94 elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0017-abseil-cpp-Map-the-absl-is_trivially_-functions-to-t.patch7 …implementation of these functions (e.g. __has_trivial_destructor) have been deprecated in Clang 15.
32 +// Notes: Clang 15+ with libc++ supports these features, GCC hasn't been tested.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Use-correct-enum-type.patch6 Clang warns about wrong enum initializtion
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch24 +if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "9")
/OK3568_Linux_fs/buildroot/package/libcorrect/
H A D0002-CMakeLists.txt-conditionally-use-fsanitize-address.patch32 if("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jemalloc/files/
H A D0001-test-Disable-optimization-with-clang-for-aligned_all.patch6 Clang crashes when using glibc 2.35, it works ok with older glibc or
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-Fix-build-on-mips-clang.patch11 Upstream-Status: Inappropriate [Clang workaround]

1234