[all-commits] [llvm/llvm-project] 6e77ad: Add an assert in cpudispatch emit to try to track ...
Erich Keane via All-commits
all-commits at lists.llvm.org
Wed Jan 12 10:31:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e77ad11ffab71fa71629fe4df0af1ecefcfa649
https://github.com/llvm/llvm-project/commit/6e77ad11ffab71fa71629fe4df0af1ecefcfa649
Author: Erich Keane <erich.keane at intel.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
Log Message:
-----------
Add an assert in cpudispatch emit to try to track down an error.
I'm attempting to debug an issue that I can only get to happen on
godbolt, where the cpu-dispatch resolver for an out of line member
function is generated with the wrong name, causing a link failure.
More information about the All-commits
mailing list