[all-commits] [llvm/llvm-project] b841b9: [OPENMP]Use regular processing of vtable used when...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed Jan 15 15:45:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b841b9e96e605bed5a1f9b846a07aae88c65ce02
https://github.com/llvm/llvm-project/commit/b841b9e96e605bed5a1f9b846a07aae88c65ce02
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/test/OpenMP/declare_target_codegen.cpp
Log Message:
-----------
[OPENMP]Use regular processing of vtable used when TU is a prefix.
If current kind of the translation unit is TU_Prefix and it is not
complete, cannot decide what to do with virtual members/table at that
time, need to delay it to later stages.
More information about the All-commits
mailing list