diff options
author | Rui Ueyama <ruiu@google.com> | 2015-06-25 03:31:47 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-06-25 03:31:47 +0000 |
commit | 88e0f9206b4dccb56dee931adab08f89ff80525a (patch) | |
tree | 5fa88cb21c5109830b60b2b267ba811b161df879 /clang/lib/Format/TokenAnnotator.cpp | |
parent | 0c36c275434d4d540b11043ddc01cf6853e461aa (diff) | |
download | bcm5719-llvm-88e0f9206b4dccb56dee931adab08f89ff80525a.tar.gz bcm5719-llvm-88e0f9206b4dccb56dee931adab08f89ff80525a.zip |
COFF: Fix a bug of __imp_ symbol.
The change I made in r240620 was not correct. If a symbol foo is
defined, and if you use __imp_foo, __imp_foo symbol is automatically
defined as a pointer (not just an alias) to foo.
Now that we need to create a chunk for automatically-created symbols.
I defined LocalImportChunk class for them.
llvm-svn: 240622
Diffstat (limited to 'clang/lib/Format/TokenAnnotator.cpp')
0 files changed, 0 insertions, 0 deletions