aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-10-09 18:14:23 +0000
committerRui Ueyama <ruiu@google.com>2013-10-09 18:14:23 +0000
commit85cc66d85ef36f4da21a9d1c443a35f17cd47b27 (patch)
treee7cfd1c8455ca18d6e371c37b9925c6a286fac5d /clang/lib/Frontend/CompilerInvocation.cpp
parent95d4e6141135cd328793c7601a3946d762ad4d34 (diff)
downloadllvm-85cc66d85ef36f4da21a9d1c443a35f17cd47b27.zip
llvm-85cc66d85ef36f4da21a9d1c443a35f17cd47b27.tar.gz
llvm-85cc66d85ef36f4da21a9d1c443a35f17cd47b27.tar.bz2
Do not process .objtxt file twice.
A file with .objtxt extension is parsed in readFile(), but because we did not propagate that information to the calling side, calling side would try to parse it again. This patch will fix the issue by adding an extra parameter to readFile(). llvm-svn: 192311
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions