[all-commits] [llvm/llvm-project] 6b20ea: [CUDA] Pass ExecConfig through BuildCallToMemberFu...
Artem Belevich via All-commits
all-commits at lists.llvm.org
Thu Sep 16 11:19:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b20ea6963561f2c91490c0993390b7f2ff8f71c
https://github.com/llvm/llvm-project/commit/6b20ea6963561f2c91490c0993390b7f2ff8f71c
Author: Artem Belevich <tra at google.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/test/SemaCUDA/kernel-call.cu
Log Message:
-----------
[CUDA] Pass ExecConfig through BuildCallToMemberFunction
Otherwise, we fail to compile calls to CUDA kernels that are static members.
Differential Revision: https://reviews.llvm.org/D108787
More information about the All-commits
mailing list