Skip to content

Commit d61b259

Browse files
committed
[Clang-BOLT] Drop CDSplit flag
Breaks AArch64 Clang-BOLT builds: #109351 (comment)
1 parent 50a1ab1 commit d61b259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ if (CLANG_BOLT AND NOT LLVM_BUILD_INSTRUMENTED)
917917
-data ${BOLT_FDATA}
918918
-reorder-blocks=ext-tsp -reorder-functions=cdsort -split-functions
919919
-split-all-cold -split-eh -dyno-stats -use-gnu-stack
920-
-split-strategy=cdsplit -update-debug-sections
920+
-update-debug-sections
921921
${BOLT_NO_LBR}
922922
COMMENT "Optimizing Clang with BOLT"
923923
USES_TERMINAL

0 commit comments

Comments
 (0)