[all-commits] [llvm/llvm-project] 7fd6d2: [OpenMP] remove an erroneous assert on the locatio...
vadikp-intel via All-commits
all-commits at lists.llvm.org
Fri May 12 15:41:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7fd6d2babf4dcaa24f24da18cd0a858fa89579e8
https://github.com/llvm/llvm-project/commit/7fd6d2babf4dcaa24f24da18cd0a858fa89579e8
Author: Vadim Paretsky <b-vadipa at microsoft.com>
Date: 2023-05-12 (Fri, 12 May 2023)
Changed paths:
M openmp/runtime/src/kmp_runtime.cpp
Log Message:
-----------
[OpenMP] remove an erroneous assert on the location argument
The 'loc' argument is optional, and some compilers (e.g. MSVC) do no supply it.
Differential Revision: https://reviews.llvm.org/D148393
More information about the All-commits
mailing list