================ @@ -1,5 +1,7 @@ // RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s +#include<stdint.h> ---------------- efriedma-quic wrote:
I think you need to specify `-ffreestanding` to make `#include<stdint.h>` portable. https://github.com/llvm/llvm-project/pull/160259 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
