Skip to content

Commit

Permalink
llvm_null: Change package names to make it easier to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Aug 13, 2017
1 parent c5305d3 commit 04148f1
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions cross-compilers/llvm_null/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ package:

outputs:

- name: clang
- name: aaa
requirements:
run:
- {{ pin_subpackage('llvm', exact=True) }}
- {{ pin_subpackage('bbb', exact=True) }}

- name: llvm
- name: bbb
requirements:
run:
- {{ pin_subpackage('llvm-lto-tapi', exact=True) }}
- {{ pin_subpackage('ccc', exact=True) }}

- name: llvm-lto-tapi
- name: ccc
requirements:
run:
- {{ pin_subpackage('libcxx_osx-64', exact=True) }}
- {{ pin_subpackage('ddd', exact=True) }}

- name: libcxx_osx-64
- name: ddd
requirements:
- {{ pin_subpackage('libcxxabi_osx-64', exact=True) }}

- name: libcxxabi_osx-64
- {{ pin_subpackage('eee', exact=True) }}

- name: eee

0 comments on commit 04148f1

Please sign in to comment.