diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2016-08-10 15:06:45 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2016-08-10 15:06:45 +0000 |
commit | 9ef1215c8002615a6cd33c655bd4b44dd5f03e18 (patch) | |
tree | 9c7e262b13154702020526ad1d679465bed8f474 /llvm/lib/Analysis/LazyValueInfo.cpp | |
parent | 2c677a930657c6475b482c744acb4a3b2d2698f2 (diff) | |
download | llvm-9ef1215c8002615a6cd33c655bd4b44dd5f03e18.zip llvm-9ef1215c8002615a6cd33c655bd4b44dd5f03e18.tar.gz llvm-9ef1215c8002615a6cd33c655bd4b44dd5f03e18.tar.bz2 |
[ELF][MIPS] Take into account combination of EF_MIPS_ARCH and EF_MIPS_MACH flags while checking ISA compatibility
MIPS ISA encoded using two ELF flags: general architecture flag like
EF_MIPS_ARCH_32, EF_MIPS_ARCH_64R6 etc and optional machine variant flag
like EF_MIPS_MACH_4111, EF_MIPS_MACH_OCTEON3 etc. When we check
compatibility between two input files and deduce ELF flags for generated
output we need to take into account both of these flags.
llvm-svn: 278230
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
0 files changed, 0 insertions, 0 deletions