OpenMP uses several wrapper hearders to provide the definitions of
needed symbols contained in the host. However, some users may use the
-nostdinc option to override these definitions themselves. The OpenMP
wrapper headers are stored in the same location as the clang install. If
the user passes -nostdinc then this include directory is never looked
at by default which means that including these wrappers will always
fail. These headers should instead be included manually if they are
needed with a -nostdinc build.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Did you mean nostdinc ?