diff options
author | Robert Lytton <robert@xmos.com> | 2014-07-03 09:30:33 +0000 |
---|---|---|
committer | Robert Lytton <robert@xmos.com> | 2014-07-03 09:30:33 +0000 |
commit | 57765d53477910de18f8c5e7d2ce585a0f782935 (patch) | |
tree | dd49e005a177b84fd5bc0e17927d1c5402bd18a2 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 5b88f78f7a342d1eee97acff4dcc4c0170464535 (diff) | |
download | llvm-57765d53477910de18f8c5e7d2ce585a0f782935.zip llvm-57765d53477910de18f8c5e7d2ce585a0f782935.tar.gz llvm-57765d53477910de18f8c5e7d2ce585a0f782935.tar.bz2 |
Move the calling of emitTargetMD() later.
Summary:
Because a global created by GetOrCreateLLVMGlobal() is not finalised until later viz:
extern char a[];
char f(){ return a[5];}
char a[10];
Change MangledDeclNames to use a MapVector rather than a DenseMap so that the
Metadata is output in order of original declaration, so to make deterministic
and improve human readablity.
Differential Revision: http://reviews.llvm.org/D4176
llvm-svn: 212263
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions