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
If a project uses CPM to pull in LLVM and builds the clang project of LLVM, then the target names clang-format and check-clang-format will conflict. Locally I fixed this by adding run- prefixes to each target.
If a project uses CPM to pull in LLVM and builds the
clangproject of LLVM, then the target namesclang-formatandcheck-clang-formatwill conflict. Locally I fixed this by addingrun-prefixes to each target.