[all-commits] [llvm/llvm-project] d44204: [clang] Fix interaction between asm labels and inl...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Thu Sep 22 00:25:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4420402927eed63d21eab5f71f5dbdaf6244a66
https://github.com/llvm/llvm-project/commit/d4420402927eed63d21eab5f71f5dbdaf6244a66
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2022-09-22 (Thu, 22 Sep 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/CodeGen/CGExpr.cpp
A clang/test/CodeGen/asm-label-inline-builtins.c
Log Message:
-----------
[clang] Fix interaction between asm labels and inline builtins
One must pick the same name as the one referenced in CodeGenFunction when
generating .inline version of an inline builtin, otherwise they are not
correctly replaced.
Differential Revision: https://reviews.llvm.org/D134362
More information about the All-commits
mailing list