You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The '-fbasic-block-sections=labels' option has been deprecated with
the following llvm patch:
llvm/llvm-project#110039
The old option still works, but with a warning like
clang: warning: argument '-fbasic-block-sections=labels' \
is deprecated, use '-fbasic-block-address-map' instead [-Wdeprecated]
Currently, the option change is only in the ToT clang (v20) and not yet
released in v19.
This patch adds a check to the Makefile to set the proper option.
If the option change is later integrated in v19.x, we need to update the
check accordingly.
Signed-off-by: Rong Xu <[email protected]>
Reported-by: Nathan Chancellor <[email protected]>
0 commit comments