Index: llvm/include/llvm/Support/Host.h =================================================================== --- llvm/include/llvm/Support/Host.h +++ llvm/include/llvm/Support/Host.h @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #ifdef __GNUC__ -#pragma GCC warning( \ - "This header is deprecated, please use llvm/TargetParser/Host.h") +#pragma GCC warning \ + "This header is deprecated, please use llvm/TargetParser/Host.h" #endif #include "llvm/TargetParser/Host.h"