Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python_binary: add a [debuginfo] subtarget
Summary: This subtarget produces a json file with all debug information associated with the binary in the following format: 1. the file is a single list 2. each entry in the list is a pair of (location in buck-out, logical location), represented as a 2 element list 3. logical location refers to the place where the file would be in the par (next to the .so file), which (I think) is the same as the relative location in the `#debuginfo` folder Reviewed By: itamaro Differential Revision: D52905959 fbshipit-source-id: d0ee79d0a0d6b8ce7ccc2c6c9fea32aa33f99151
- Loading branch information