MSVC may not supply source location information to kmpc_reduce passing NULL for the value. The patch adds a check for the loc value being NULL in kmp_determine_reduction_method.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/runtime/src/kmp_runtime.cpp | ||
---|---|---|
8710 | Can you run clang-format on this line and make sure it is less than 80 chars long? |
Comment Actions
The patch looks to be ready to go in. Could someone with access please commit it? Thanks
Can you run clang-format on this line and make sure it is less than 80 chars long?