summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-07-09 19:54:13 +0000
committerRui Ueyama <ruiu@google.com>2015-07-09 19:54:13 +0000
commitea533cde30df7b9941b27606168e0664344f580d (patch)
tree56dbcffc7c2a0f5edafb7ecb9474223d3c9571c6 /llvm/lib/CodeGen/MIRParser
parent594e676cbe475dc879980e919731c3614aa083eb (diff)
downloadbcm5719-llvm-ea533cde30df7b9941b27606168e0664344f580d.tar.gz
bcm5719-llvm-ea533cde30df7b9941b27606168e0664344f580d.zip
COFF: Infer machine type earlier than before.
Previously, we infer machine type at the very end of linking after all symbols are resolved. That's actually too late because machine type affects how we mangle symbols (whether or not we need to add "_"). For example, /entry:foo adds "_foo" to the symbol table if x86 but "foo" if x64. This patch moves the code to infer machine type, so that machine type is inferred based on input files given via the command line (but not based on .directives files). llvm-svn: 241843
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud