[all-commits] [llvm/llvm-project] 57a099: [nfc][DebugInfo] Move subprogram rewriting utility...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Mon Dec 12 06:24:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57a0990e61066fb18294d7a461adb9188e82b01d
https://github.com/llvm/llvm-project/commit/57a0990e61066fb18294d7a461adb9188e82b01d
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/lib/IR/DebugInfoMetadata.cpp
M llvm/lib/IR/DebugLoc.cpp
Log Message:
-----------
[nfc][DebugInfo] Move subprogram rewriting utility to header
This utility will be useful in subsequent patches, as such we expose it
in the DebugInfoMetadata header.
Depends on D139669
Differential Revision: https://reviews.llvm.org/D139670
More information about the All-commits
mailing list