mgorny added inline comments.

================
Comment at: llvm/include/llvm/Support/ExitCodes.h:19
+
+#include "llvm/Config/config.h"
+
----------------
This is a private LLVM header and it's not installed. Therefore, this installed 
header references uninstalled headers and breaks standalone builds of clang. 
Please use llvm-config.h instead.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83472/new/

https://reviews.llvm.org/D83472

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to