1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/test/tools/dsymutil
Tim Northover 5cc375dd3c MachO: remove weird ARM/Thumb interface from MachOObjectFile
Only one consumer (llvm-objdump) actually cared about the fact that there were
two triples. Others were actively working around the fact that the Triple
returned by getArch might have been invalid. As for llvm-objdump, it needs to
be acutely aware of both Triples anyway, so being generic in the exposed API is
no benefit.

Also rename the version of getArch returning a Triple. Users were having to
pass an unwanted nullptr to disambiguate the two, which was nasty.

The only functional change here is that armv7m and armv7em object files no
longer crash llvm-objdump.

llvm-svn: 267249
2016-04-22 23:21:13 +00:00
..
ARM MachO: remove weird ARM/Thumb interface from MachOObjectFile 2016-04-22 23:21:13 +00:00
Inputs [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
X86 [dsymutil] Fix FileCheck command. 2016-01-31 04:39:16 +00:00
absolute_symbol.test Fix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT. 2016-02-26 19:40:34 +00:00
arch-option.test MachO: remove weird ARM/Thumb interface from MachOObjectFile 2016-04-22 23:21:13 +00:00
archive-timestamp.test [dsymutil] Rename -v option to -verbose 2015-07-29 22:29:34 +00:00
basic-linking.test [dsymutil] Fix handling of common symbols. 2016-01-31 04:29:34 +00:00
debug-map-parsing.test [dsymutil] Fix handling of common symbols. 2016-01-31 04:29:34 +00:00
dump-symtab.test [dsymutil] Implement -symtab/-s option. 2015-08-31 00:29:09 +00:00
fat-binary-output.test [dsymutil] Add (unimplemented) --flat option 2015-08-06 21:05:01 +00:00
yaml-object-address-rewrite.test [dsymutil] Fix handling of common symbols. 2016-01-31 04:29:34 +00:00