summaryrefslogtreecommitdiffstats
path: root/lld/test/mach-o/Inputs/DependencyDump.py
Commit message (Collapse)AuthorAgeFilesLines
* [py3] Make this test compatible with Python 3 where bytes andChandler Carruth2014-12-291-8/+8
| | | | | | | | strings don't mix so easily. This fixes the last remaining failure I have in 'check-all' on a system with both Python3 and and Python2 installed. llvm-svn: 224947
* [mach-o] Add support for -dependency_info command line optionNick Kledzik2014-10-041-0/+30
This option is added by Xcode when it runs the linker. It produces a binary file which contains the file the linker used. Xcode uses the info to dynamically update it dependency tracking. To check the content of the binary file, the test case uses a python script to dump the binary file as text which FileCheck can check. llvm-svn: 219039
OpenPOWER on IntegriCloud