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
tc_build/llvm: Handle the deprecation of CLANG_ENABLE_ARCMT
The CLANG_ENABLE_ARCMT option was deprecated in commit [1] due to the removal of ARCMigrate.
So check if the option exists before disabling it to avoid cmake warnings.
[1]: llvm/llvm-project@c4a0197
Signed-off-by: Dakkshesh <[email protected]>
0 commit comments