[clang] [llvm] [CMake] Preserve clang-prebolt (PR #109351)

2024-09-23 Thread Amir Ayupov via cfe-commits
aaupov wrote: > @aaupov this happens on AArch64 target, and only with -split-strategy=cdsplit > enabled. Changing it to profile2, for example, fixes the issue Thanks for clarification. I'll drop cdsplit as we never tested it on AArch64. ARM clang-bolt buildbot hasn't picked this change up yet

[clang] [llvm] [CMake] Preserve clang-prebolt (PR #109351)

2024-09-23 Thread Elvina Yakubova via cfe-commits
ElvinaYakubova wrote: @aaupov this happens on AArch64 target, and only with -split-strategy=cdsplit enabled. Changing it to profile2, for example, fixes the issue https://github.com/llvm/llvm-project/pull/109351 ___ cfe-commits mailing list cfe-commit

[clang] [llvm] [CMake] Preserve clang-prebolt (PR #109351)

2024-09-23 Thread Amir Ayupov via cfe-commits
aaupov wrote: > This commit is breaking LTO-PGO-BOLT build while optimizing clang with BOLT. > > > > ``` > > [3064/3065] Merging BOLT fdata > > Using legacy profile format. > > Profile from 2 files merged. > > [3064/3065] Optimizing Clang with BOLT > > BOLT-INFO: shared object or positio

[clang] [llvm] [CMake] Preserve clang-prebolt (PR #109351)

2024-09-23 Thread Madhur Amilkanthwar via cfe-commits
madhur13490 wrote: Here are CMAKE variables we use downstream.  ``` -DLLVM_ENABLE_PROJECTS=bolt;clang;openmp;lld    

[clang] [llvm] [CMake] Preserve clang-prebolt (PR #109351)

2024-09-23 Thread Madhur Amilkanthwar via cfe-commits
madhur13490 wrote: This commit is breaking LTO-PGO-BOLT build while optimizing clang with BOLT. ``` [3064/3065] Merging BOLT fdata Using legacy profile format. Profile from 2 files merged. [3064/3065] Optimizing Clang with BOLT BOLT-INFO: shared object or position-independent executable detecte

[clang] [llvm] [CMake] Preserve clang-prebolt (PR #109351)

2024-09-21 Thread Amir Ayupov via cfe-commits
https://github.com/aaupov closed https://github.com/llvm/llvm-project/pull/109351 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [CMake] Preserve clang-prebolt (PR #109351)

2024-09-21 Thread Amir Ayupov via cfe-commits
https://github.com/aaupov edited https://github.com/llvm/llvm-project/pull/109351 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits