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
Newer clang versions, e.g. clang-14 onward have a New Pass Manager. As a result, we need to pass different compiler flags to load the LLVM pass. Understand and document the details here, and make appropriate changes to PFA CMake to check for clang versions.
clang-14: add -flegacy-pass-manager to CMAKE_CXX_FLAGS
The text was updated successfully, but these errors were encountered:
Newer clang versions, e.g. clang-14 onward have a New Pass Manager. As a result, we need to pass different compiler flags to load the LLVM pass. Understand and document the details here, and make appropriate changes to PFA CMake to check for clang versions.
clang-14: add
-flegacy-pass-manager
toCMAKE_CXX_FLAGS
The text was updated successfully, but these errors were encountered: