1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/tools/dsymutil
Adrian Prantl f3265872ed dsymutil: Fix the DWOId mismatch check for cached modules.
In verbose mode, we emit a warning if the DWOId of a skeleton CU
mismatches the DWOId of the referenced module. This patch updates the
cached DWOId after a module has been loaded to the DWOId of the module
on disk (instead of storing the DWOId we expected to load). This
allows us to correctly emit the mismatch warning for all subsequent
object files that want to import the same module. This patch also
ensures both warnings are only emitted in verbose mode.

rdar://problem/26214027

llvm-svn: 269383
2016-05-13 00:17:58 +00:00
..
ARM [dsymutil] Fix -arch option for thumb variants. 2016-05-09 06:01:12 +00:00
Inputs [dsymutil] Prevent use-after-free 2016-05-09 14:44:14 +00:00
X86 dsymutil: Fix the DWOId mismatch check for cached modules. 2016-05-13 00:17:58 +00:00
absolute_symbol.test
arch-option.test MachO: remove weird ARM/Thumb interface from MachOObjectFile 2016-04-22 23:21:13 +00:00
archive-timestamp.test
basic-linking.test
debug-map-parsing.test
dump-symtab.test
fat-binary-output.test [dsymutil] Create the temporary files in the system temp directory. 2016-05-02 21:06:14 +00:00
yaml-object-address-rewrite.test