Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [py3] Make this test compatible with Python 3 where bytes and | Chandler Carruth | 2014-12-29 | 1 | -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 option | Nick Kledzik | 2014-10-04 | 1 | -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 |