Sign in
fuchsia
/
third_party
/
lld
/
refs/heads/sandbox/jakehehrlich/debugindirect
/
.
/
test
/
COFF
/
invalid-debug-type.test
blob: e48b3fdd2e06a709eee85269ccdb8bae33e907fa [
file
] [
log
] [
blame
]
# RUN: yaml2obj < %p/Inputs/pdb1.yaml > %t1.obj
# RUN: yaml2obj < %p/Inputs/pdb2.yaml > %t2.obj
# RUN: lld-link /debug /debugtype:invalid /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \
# RUN: /debugpdb %t1.obj %t2.obj