[all-commits] [llvm/llvm-project] 140d62: Delete TargetLoweringObjectFile::Ctx
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Mar 21 22:36:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 140d6245af26a333e6110e40680c9d2fafd5532e
https://github.com/llvm/llvm-project/commit/140d6245af26a333e6110e40680c9d2fafd5532e
Author: Fangrui Song <maskray at google.com>
Date: 2020-03-21 (Sat, 21 Mar 2020)
Changed paths:
M llvm/include/llvm/MC/MCObjectFileInfo.h
M llvm/include/llvm/Target/TargetLoweringObjectFile.h
M llvm/lib/Target/TargetLoweringObjectFile.cpp
Log Message:
-----------
Delete TargetLoweringObjectFile::Ctx
We can use the parent MCObjectFileInfo::Ctx which has the same value.
More information about the All-commits
mailing list