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
This is to mitigate a strange error "explicit qualification in
declaration" while building using GCC 10.3.0 on Ubuntu Linux
20.10. Removing the llvm:: namespace fixes the problem.
Issue facebookresearch#509.
This appears to be the way that the LLVM sources structure their
passes, with the implementation in an anonymous namespace and the
INITIALIZE_PASS_xxx macros in no namespace.
Fixesfacebookresearch#509.
This appears to be the way that the LLVM sources structure their
passes, with the implementation in an anonymous namespace and the
INITIALIZE_PASS_xxx macros in no namespace.
Fixesfacebookresearch#509.
This appears to be the way that the LLVM sources structure their
passes, with the implementation in an anonymous namespace and the
INITIALIZE_PASS_xxx macros in no namespace.
Fixesfacebookresearch#509.
🐛 Bug
Strange error while building the loop unroller example pass:
The problem appears to be with the
llvm::
namespace.To Reproduce
Environment
Please fill in this checklist:
make test
gcc 10.3.0
The text was updated successfully, but these errors were encountered: