projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c97dc7
)
LTO: Remove a now-unused InputFile accessor.
author
Peter Collingbourne
<peter@pcc.me.uk>
Tue, 22 Nov 2016 21:25:30 +0000
(21:25 +0000)
committer
Peter Collingbourne
<peter@pcc.me.uk>
Tue, 22 Nov 2016 21:25:30 +0000
(21:25 +0000)
llvm-svn: 287702
llvm/include/llvm/LTO/LTO.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/LTO/LTO.h
b/llvm/include/llvm/LTO/LTO.h
index
80e94e8
..
16ef686
100644
(file)
--- a/
llvm/include/llvm/LTO/LTO.h
+++ b/
llvm/include/llvm/LTO/LTO.h
@@
-238,10
+238,6
@@
public:
symbol_iterator(Obj->symbol_end(), this));
}
- StringRef getDataLayoutStr() const {
- return Obj->getModule().getDataLayoutStr();
- }
-
StringRef getSourceFileName() const {
return Obj->getModule().getSourceFileName();
}