[all-commits] [llvm/llvm-project] 6f60ad: [RemoveDIs] Update Clang front end to handle DbgRe...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Mon Mar 18 03:00:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f60ad7e9a3508f19d54c827cf11f7930a0685ee
https://github.com/llvm/llvm-project/commit/6f60ad7e9a3508f19d54c827cf11f7930a0685ee
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M clang/lib/CodeGen/CGBlocks.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/CodeGenObjC/debug-info-blocks.m
Log Message:
-----------
[RemoveDIs] Update Clang front end to handle DbgRecords (#84756)
This patch fixes problems that pop up when clang emits DbgRecords
instead of debug intrinsics.
Note: this doesn't mean clang is emitting DbgRecords yet, because the
modules it creates are still always in the old debug mode. That will
come in a future patch.
Depends on #84739
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list