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
Clang/LLVM 8.0.0 fixed handling of AlignOf. See llvm/llvm-project@6822bd7. We make use of this fix when using Clang 8 or newer (PR #48) but we do not address the bug when linking against older Clang/LLVM releases.
The text was updated successfully, but these errors were encountered:
Clang/LLVM 8.0.0 fixed handling of
AlignOf
. See llvm/llvm-project@6822bd7. We make use of this fix when using Clang 8 or newer (PR #48) but we do not address the bug when linking against older Clang/LLVM releases.The text was updated successfully, but these errors were encountered: