diff options
author | Reid Kleckner <rnk@google.com> | 2016-01-16 00:09:09 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-01-16 00:09:09 +0000 |
commit | 9533af4f8ac01591fb58c68534b978aa8cbfc4a9 (patch) | |
tree | 6054cd9f33d0352b85f88a1b25a556572a63dbfc /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | c831a08fbf3eedd199ab9874bd4b24aedf458131 (diff) | |
download | bcm5719-llvm-9533af4f8ac01591fb58c68534b978aa8cbfc4a9.tar.gz bcm5719-llvm-9533af4f8ac01591fb58c68534b978aa8cbfc4a9.zip |
[codeview] Remove custom line info struct in favor of DebugLoc
The only functional change would be that we might emit multiple filename
segments on code like this:
void f() {
#include "p1/../t.h"
#include "p2/../t.h"
}
I believe these get separate DIFile metadata nodes, but will have the
same canonicalized absolute path. Previously by computing the path up
front and comparing it we would merge the line info segments.
llvm-svn: 257966
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions