forked from OSchip/llvm-project
Test: Use layout-after instead of layout-before.
Update the tests so that they use layout-after instead of layout-before. In all other places, we use layout-afters as primary edges. llvm-svn: 231627
This commit is contained in:
parent
eb242a5041
commit
5768e9fde9
|
@ -38,9 +38,6 @@ defined-atoms:
|
|||
- name: anotherfunction
|
||||
scope: global
|
||||
type: data
|
||||
references:
|
||||
- kind: layout-before
|
||||
target: f3
|
||||
- name: f1
|
||||
scope: global
|
||||
type: code
|
||||
|
@ -79,9 +76,5 @@ undefined-atoms:
|
|||
#CHECK: - name: anotherfunction
|
||||
#CHECK: scope: global
|
||||
#CHECK: type: data
|
||||
#CHECK: references:
|
||||
#CHECK: - kind: layout-before
|
||||
#CHECK: offset: 0
|
||||
#CHECK: target: f3
|
||||
#CHECK: undefined-atoms:
|
||||
#CHECK: - name: f3
|
||||
|
|
|
@ -10,6 +10,9 @@ defined-atoms:
|
|||
- name: f1
|
||||
scope: global
|
||||
type: code
|
||||
references:
|
||||
- kind: layout-after
|
||||
target: anotherfunction
|
||||
- name: f2
|
||||
scope: global
|
||||
type: code
|
||||
|
@ -34,9 +37,6 @@ defined-atoms:
|
|||
- name: anotherfunction
|
||||
scope: global
|
||||
type: data
|
||||
references:
|
||||
- kind: layout-before
|
||||
target: f1
|
||||
---
|
||||
undefined-atoms:
|
||||
- name: f1
|
||||
|
@ -63,6 +63,10 @@ undefined-atoms:
|
|||
#CHECK: target: [[GCHILD:[a-zA-Z\.0-9_]+]]
|
||||
#CHECK: - name: f1
|
||||
#CHECK: scope: global
|
||||
#CHECK: references:
|
||||
#CHECK: - kind: layout-after
|
||||
#CHECK: offset: 0
|
||||
#CHECK: target: anotherfunction
|
||||
#CHECK: - name: f2
|
||||
#CHECK: scope: global
|
||||
#CHECK: - name: d1
|
||||
|
@ -74,7 +78,3 @@ undefined-atoms:
|
|||
#CHECK: - name: anotherfunction
|
||||
#CHECK: scope: global
|
||||
#CHECK: type: data
|
||||
#CHECK: references:
|
||||
#CHECK: - kind: layout-before
|
||||
#CHECK: offset: 0
|
||||
#CHECK: target: f1
|
||||
|
|
|
@ -38,9 +38,6 @@ defined-atoms:
|
|||
- name: anotherfunction
|
||||
scope: global
|
||||
type: data
|
||||
references:
|
||||
- kind: layout-before
|
||||
target: f3
|
||||
- name: f1
|
||||
scope: global
|
||||
type: code
|
||||
|
@ -79,9 +76,5 @@ undefined-atoms:
|
|||
#CHECK: - name: anotherfunction
|
||||
#CHECK: scope: global
|
||||
#CHECK: type: data
|
||||
#CHECK: references:
|
||||
#CHECK: - kind: layout-before
|
||||
#CHECK: offset: 0
|
||||
#CHECK: target: f3
|
||||
#CHECK: undefined-atoms:
|
||||
#CHECK: - name: f3
|
||||
|
|
|
@ -10,6 +10,9 @@ defined-atoms:
|
|||
- name: f1
|
||||
scope: global
|
||||
type: code
|
||||
references:
|
||||
- kind: layout-after
|
||||
target: anotherfunction
|
||||
- name: f2
|
||||
scope: global
|
||||
type: code
|
||||
|
@ -34,9 +37,6 @@ defined-atoms:
|
|||
- name: anotherfunction
|
||||
scope: global
|
||||
type: data
|
||||
references:
|
||||
- kind: layout-before
|
||||
target: f1
|
||||
---
|
||||
undefined-atoms:
|
||||
- name: f1
|
||||
|
@ -63,6 +63,10 @@ undefined-atoms:
|
|||
#CHECK: target: [[GCHILD:[a-zA-Z\.0-9_]+]]
|
||||
#CHECK: - name: f1
|
||||
#CHECK: scope: global
|
||||
#CHECK: references:
|
||||
#CHECK: - kind: layout-after
|
||||
#CHECK: offset: 0
|
||||
#CHECK: target: anotherfunction
|
||||
#CHECK: - name: f2
|
||||
#CHECK: scope: global
|
||||
#CHECK: - name: d1
|
||||
|
@ -74,7 +78,3 @@ undefined-atoms:
|
|||
#CHECK: - name: anotherfunction
|
||||
#CHECK: scope: global
|
||||
#CHECK: type: data
|
||||
#CHECK: references:
|
||||
#CHECK: - kind: layout-before
|
||||
#CHECK: offset: 0
|
||||
#CHECK: target: f1
|
||||
|
|
Loading…
Reference in New Issue