commit | 47094ef9e31c1a5da6d109215b1b005ea5c29885 | [log] [tgz] |
---|---|---|
author | Tim Shen <timshen91@gmail.com> | Thu Mar 31 22:08:19 2016 +0000 |
committer | Tim Shen <timshen91@gmail.com> | Thu Mar 31 22:08:19 2016 +0000 |
tree | d8241dc307459d06a16e2b05d1319f0031011a79 | |
parent | e6ec1e3b8f2e8d665badff3f98b92b864ade98c8 [diff] |
[AsmPrinter] Print aliases in topological order Print aliases in topological order, that is, for any alias a = b, b must be printed before a. This is because on some targets (e.g. PowerPC) linker expects aliases in such an order to generate correct TOC information. GCC also prints aliases in topological order. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265064 91177308-0d34-0410-b5e6-96231b3b80d8