[PATCH] D44426: Fix llvm + clang build with Intel compiler
Nicolai Hähnle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 19 05:27:10 PDT 2018
nhaehnle added a comment.
Is that compiler really supported? Look at this:
void operator delete(void *) = delete;
It's been there in the code since early 2015. The bitwise OR on ELF::xxx has been there even longer.
Are you telling me that we officially support a compiler, but nobody has actually used it for more than 3 years? What's going on here?
https://reviews.llvm.org/D44426
More information about the cfe-commits
mailing list