[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/bolt/bolt.desc [COPY] Copyright (C) 2008 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Binary Optimization and Layout Tool [T] A Linux command-line utility used for optimizing performance of binaries. [U] https://github.com/facebookincubator/BOLT [A] University of Illinois/NCSA [A] Facebook [M] Rene Rebe [C] extra/development [F] OBJDIR CROSS [R] - alpha arc avr32 alpha blackfin cris m68k microblaze nios2 [E] opt doxygen [L] BSD [S] Stable [V] 21.1.3 [CV-GROUP] llvmorg [D] 1f42e520ce6befecfc8f2b8ac2c5a231492c612d3c40171150f013fc bolt-21.1.3.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.3/ if atstage toolchain; then var_append cmakeopt ' ' -DLLVM_DEFAULT_TARGET_TRIPLE=$arch_target elif atstage cross; then var_append cmakeopt ' ' -DLLVM_MAIN_INCLUDE_DIR=$root$includedir var_append cmakeopt ' ' -DLLVM_LIBRARY_DIR=$root$libdir var_append GCC_WRAPPER_FILTER '|' "sed 's,$root/TOOLCHAIN.*libLLVM\(.*\)\.[as].*,-lLLVM\1,g'" fi [ "${libdir##*/lib}" ] && var_append cmakeopt ' ' "-DLLVM_LIBDIR_SUFFIX=${libdir##*/lib}" var_append cmakeopt ' ' -DBUILD_SHARED_LIBS=ON