Skip to content

Commit

Permalink
[Clang-BOLT] Drop CDSplit flag
Browse files Browse the repository at this point in the history
Breaks AArch64 Clang-BOLT builds:
llvm#109351 (comment)
  • Loading branch information
aaupov committed Sep 23, 2024
1 parent 50a1ab1 commit d61b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ if (CLANG_BOLT AND NOT LLVM_BUILD_INSTRUMENTED)
-data ${BOLT_FDATA}
-reorder-blocks=ext-tsp -reorder-functions=cdsort -split-functions
-split-all-cold -split-eh -dyno-stats -use-gnu-stack
-split-strategy=cdsplit -update-debug-sections
-update-debug-sections
${BOLT_NO_LBR}
COMMENT "Optimizing Clang with BOLT"
USES_TERMINAL
Expand Down

0 comments on commit d61b259

Please sign in to comment.