[PATCH] D83472: [SystemZ/ZOS] Add header file to encapsulate use of <sysexits.h>

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 23 03:31:50 PDT 2020


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



More information about the cfe-commits mailing list