This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/clang/include/clang/Basic/OffloadArch.h b/clang/include/clang/Basic/OffloadArch.h | |
| index ea665b1f49e0..b7d6e00f628e 100644 | |
| --- a/clang/include/clang/Basic/OffloadArch.h | |
| +++ b/clang/include/clang/Basic/OffloadArch.h | |
| @@ -16,7 +16,7 @@ class StringRef; | |
| namespace clang { | |
| enum class OffloadArch { | |
| - UNUSED, | |
| + UNUSED_, |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG: Executing shell function do_compile | |
| [1/2679] /mnt/b/yoe/master/build/tmp/hosttools/ccache gcc -Isrc/c11/impl/libmesa_util_c11.a.p -Isrc/c11/impl -I../sources/mesa-25.3.1/src/c11/impl -Isrc -I../sources/mesa-25.3.1/src -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="25.3.1"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DHAVE_OPENGL=1 -DHAVE_OPENGL_ES_1=1 -DHAVE_OPENGL_ES_2=1 -DHAVE_CROCUS -DHAVE_I915 -DHAVE_IRIS -DHAVE_LLVMPIPE -DHAVE_NOUVEAU -DHAVE_R300 -DHAVE_R600 -DHAVE_RADEONSI -DHAVE_SOFTPIPE -DHAVE_SVGA -DHAVE_VIRGL -DHAVE_SWRAST -DMESA_SYSTEM_HAS_KMS_DRM=1 -DVIDEO_CODEC_VC1DEC=1 -DVIDEO_CODEC_H264DEC=1 -DVIDEO_CODEC_H264ENC=1 -DVIDEO_CODEC_H265DEC=1 -DVIDEO_CODEC_H265ENC=1 -DVIDEO_CODEC_AV1DEC=1 -DVIDEO_CODEC_AV1ENC=1 -DVIDEO_CODEC_VP9DEC=1 -DHAVE_WAYLAND_PLATFORM -DHAVE_X11_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ❯ cat sort.txt | |
| ata | |
| at_keyboard | |
| kraj@apollo ~/tests | |
| ❯ LC_COLLATE=en_US.UTF-8 sort sort.txt | |
| ata | |
| at_keyboard | |
| kraj@apollo ~/tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG: Executing shell function do_compile | |
| * Getting build dependencies for wheel... | |
| * Building wheel... | |
| Running `maturin pep517 build-wheel -i /mnt/b/yoe/master/build/tmp/work/riscv64imafdc-yoe-linux/python3-orjson/3.11.3/recipe-sysroot-native/usr/bin/nativepython3 --compatibility off` | |
| 📦 Including license file `LICENSE-APACHE` | |
| 📦 Including license file `LICENSE-MIT` | |
| 🍹 Building a mixed python/rust project | |
| 🔗 Found pyo3-ffi bindings | |
| 🐍 Found CPython 3.13 | |
| Compiling target-lexicon v0.13.2 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG: Executing python function extend_recipe_sysroot | |
| NOTE: Direct dependencies are ['/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-core/glibc/glibc_2.42.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/clang-cross_git.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/compiler-rt_git.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/libcxx_git.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/llvm_git.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/gcc/gcc-runtime_15.2.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.69.bb:do_populate_sysroot', '/mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/rust/libstd-rs_1.90.0.bb:do_populate_sysroot', 'virtual:native:/mnt/b/yoe/master/sources/open |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // preadv_pwritev_test.c | |
| // run like below | |
| // strace -ff -vv -o trace.log -e trace=pread64,preadv,pwrite64,pwritev ./a.out | |
| #define _GNU_SOURCE | |
| #include <fcntl.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <unistd.h> | |
| #include <sys/uio.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!-- | |
| # SPDX-FileCopyrightText: Copyright (c) 2023-2024 NVIDIA CORPORATION & AFFILIATES. | |
| # All rights reserved. | |
| # SPDX-License-Identifier: LicenseRef-NvidiaProprietary | |
| # | |
| # NVIDIA CORPORATION, its affiliates and licensors retain all intellectual | |
| # property and proprietary rights in and to this material, related | |
| # documentation and any modifications thereto. Any use, reproduction, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Basic cgroup support: | |
| CONFIG_CGROUPS=y | |
| # Cgroups v2 (unified hierarchy): | |
| CONFIG_CGROUP_UNIFIED_HIERARCHY=y | |
| # CPU controller (includes cpuset in v2): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG: Executing python function extend_recipe_sysroot | |
| NOTE: Direct dependencies are ['/mnt/b/yoe/master/sources/poky/meta/recipes-devtools/binutils/binutils-cross_2.44.bb:do_populate_sysroot', 'virtual:native:/mnt/b/yoe/master/sources/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot'] | |
| NOTE: Installed into sysroot: [] | |
| NOTE: Skipping as already exists in sysroot: ['gettext-minimal-native', 'binutils-cross-riscv32', 'libtool-native', 'm4-native', 'texinfo-dummy-native', 'zlib-native', 'flex-native', 'gnu-config-native', 'pseudo-native', 'xz-native', 'attr-native', 'sqlite3-native'] | |
| DEBUG: Python function extend_recipe_sysroot finished | |
| DEBUG: Executing python function sstate_task_prefunc | |
| DEBUG: Python function sstate_task_prefunc finished | |
| DEBUG: Executing python function do_package_qa | |
| DEBUG: Executing python function read_subpackage_metadata | |
| DEBUG: Python function read_subpackage_metadata finished |
NewerOlder