Class KMPAffinity has virtual functions, therefore it needs a virtual destructor too. If the virtual destructor is missing, the compiler emits a warning, compiling with -Werror makes the compilation fail.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM