Lines Matching full:merge
3 # RUN: /merge:.foo=.abc /merge:.bar=.def %t.obj /debug
7 # RUN: /merge:.foo=.bar /merge:.bar=.abc %t.obj /debug
11 # RUN: /merge:.rsrc=.foo %t.obj /debug 2>&1 | FileCheck --check-prefix=NO-RSRC %s
13 # RUN: /merge:.foo=.rsrc %t.obj /debug 2>&1 | FileCheck --check-prefix=NO-RSRC %s
15 # RUN: /merge:.reloc=.foo %t.obj /debug 2>&1 | FileCheck --check-prefix=NO-RELOC %s
17 # RUN: /merge:.foo=.reloc %t.obj /debug 2>&1 | FileCheck --check-prefix=NO-RELOC %s
19 # RUN: /merge:.foo=.foo1 /merge:.foo1=.foo %t.obj /debug 2>&1 | FileCheck --check-prefix=NO-CYCLE…
21 # RUN: /merge:.foo=.foo1 /merge:.foo1=.foo2 /merge:.foo2=.foo1 %t.obj /debug 2>&1 | FileCheck --c…
30 # NO-RSRC: /merge: cannot merge '.rsrc' with any section
31 # NO-RELOC: /merge: cannot merge '.reloc' with any section
33 # NO-CYCLE: /merge: cycle found for section '.foo'