diff options
author | Shankar Easwaran <shankare@codeaurora.org> | 2015-02-12 05:02:41 +0000 |
---|---|---|
committer | Shankar Easwaran <shankare@codeaurora.org> | 2015-02-12 05:02:41 +0000 |
commit | f7a8da33845880bfcfed4e7d9afcd993b9cb988e (patch) | |
tree | c70bcc4b46c96f85893d67c9f44de03364eb4d9b /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | 3db633ab810d4ef3697b830dc23814118b2e7c52 (diff) | |
download | llvm-f7a8da33845880bfcfed4e7d9afcd993b9cb988e.zip llvm-f7a8da33845880bfcfed4e7d9afcd993b9cb988e.tar.gz llvm-f7a8da33845880bfcfed4e7d9afcd993b9cb988e.tar.bz2 |
[ELF] Add LinkingContext to the ELFReader.
This adds the LinkingContext parameter to the ELFReader. Previously the flags in
that were needed in the Context was passed to the ELFReader, this made it very
hard to access data structures in the LinkingContext when reading an ELF file.
This change makes the ELFReader more flexible so that required parameters can be
grabbed directly from the LinkingContext.
Future patches make use of the changes.
There is no change in functionality though.
llvm-svn: 228905
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions