hanchenye-llvm-project/lld/test/core/ingroup-test-loop.objtxt

21 lines
500 B
Plaintext

# RUN: lld -core --add-pass layout %s | FileCheck %s -check-prefix=CHKORDER
---
defined-atoms:
- name: A
scope: global
references:
- kind: layout-after
offset: 0
target: E
- name: E
scope: global
references:
- kind: in-group
offset: 0
target: A
...
# CHKORDER: - name: A
# CHKORDER: - name: E