Adjust #pragma warning so GCC is not unhappy
In d768bf99 a warning to help transitioning was added to llvm/Support/Host.h but it includes extra parentheses which make GCC unhappy (clang seems to accept them fine). This change removes the parentheses around the string literal. Differential Revision: https://reviews.llvm.org/D143885
Loading
Please sign in to comment