[all-commits] [llvm/llvm-project] 5ad525: [OPENMP50]Fix possible conflict when emitting an a...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Dec 12 12:57:52 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5ad52587ec182f03636649e2cb66a0a4d9ffeab2
https://github.com/llvm/llvm-project/commit/5ad52587ec182f03636649e2cb66a0a4d9ffeab2
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
A clang/test/OpenMP/declare_variant_mixed_codegen.c
Log Message:
-----------
[OPENMP50]Fix possible conflict when emitting an alias for the functions
in declare variant.
If the types of the fnction are not equal, but match, at the codegen
thei may have different types. This may lead to compiler crash.
More information about the All-commits
mailing list