search for: c2b1c26a

Displaying 1 result from an estimated 1 matches for "c2b1c26a".

2014 Oct 03
2
[LLVMdev] hexdump in test cases?
For lld to mimic the darwin linker it needs to support an option that dumps a binary file which contains a list of the input and output files. This file is used by Xcode to dynamically update its dependency graph. I’m a bit stumped on how to test this. Some ideas I have: * Use REQUIRES: shell, then run hexdump and FileCheck that (is hexdump output consistent on all *nix platforms?) * Use