[all-commits] [llvm/llvm-project] 3421d1: Make getCompileUnitForAddress public.
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Tue Apr 28 16:51:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3421d1ede4c1f4f9cb39d5319482c929c03f62fb
https://github.com/llvm/llvm-project/commit/3421d1ede4c1f4f9cb39d5319482c929c03f62fb
Author: Sterling Augustine <saugustine at google.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
Log Message:
-----------
Make getCompileUnitForAddress public.
Summary:
Certain dwarf information (like the compilation directory), are only
accessible from the compile unit. Make it available for use.
Subscribers: aprantl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79048
More information about the All-commits
mailing list