[PATCH] D41310: [COFF] Clean up debug option handling
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 16:09:10 PST 2017
ruiu added inline comments.
================
Comment at: test/COFF/debug-dwarf.test:4
+# RUN: lld-link /debug /entry:main /out:%t.exe %p/Inputs/ret42.obj
+# RUN: ls %t.pdb
+
----------------
Is it guaranteed that ls exits with a non-zero value if a given file does not exist?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D41310
More information about the llvm-commits
mailing list