[clang] [OpenMP] Pass min/max thread and team count to the OMPIRBuilder (PR #70247)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 26 02:39:26 PDT 2023
================
@@ -9,6 +9,7 @@
#include "ABIInfoImpl.h"
#include "TargetInfo.h"
#include "llvm/IR/IntrinsicsNVPTX.h"
+#include <cstdint>
----------------
arsenm wrote:
probably not, and if it is I believe there's an llvm wrapper header you're supposed to use instead
https://github.com/llvm/llvm-project/pull/70247
More information about the cfe-commits
mailing list