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
CMAKE_SOURCE_DIR points either to <llvm-prject-root>/llvm or to <comgr-project-root>.
In in-tree builds, "${CMAKE_SOURCE_DIR}/../../.git" points outside of the
repo. In out-of-tree builds this also points outside of comgr's repo.
We can just run it in <comgr-project-root> directly, which will work in
both cases.
AMD_COMGR_GIT_BRANCH was never assigned.
0 commit comments