summaryrefslogtreecommitdiffstats
path: root/lld/test/COFF/defparser.test
blob: 2e5223a699df2795bd5acff5604a6125c0c973e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: yaml2obj < %p/Inputs/ret42.yaml > %t.obj

# RUN: echo -e "LIBRARY foo\nEXPORTS ? @" > %t.def
# RUN: not lld-link /def:%t.def %t.obj

# RUN: echo -e "LIBRARY foo\nHEAP abc" > %t.def
# RUN: not lld-link /def:%t.def %t.obj

# RUN: echo -e "LIBRARY foo\nSTACK abc" > %t.def
# RUN: not lld-link /def:%t.def %t.obj

# RUN: echo -e "foo" > %t.def
# RUN: not lld-link /def:%t.def %t.obj
OpenPOWER on IntegriCloud