[PATCH] D158021: [clang][modules] Mark builtin header 'inttypes.h' for modules

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 11:16:06 PDT 2023


vsapsai added a comment.

Running the tests locally fails with

  lib/clang/18/include/inttypes.h:21:15: fatal error: 'inttypes.h' file not found
     21 | #include_next <inttypes.h>
        |               ^~~~~~~~~~~~

Is it something wrong with my local configuration?

Also want to study the previous discussion <https://github.com/llvm/llvm-project/issues/50649> on this subject.


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

https://reviews.llvm.org/D158021



More information about the cfe-commits mailing list