[PATCH] D41310: [COFF] Clean up debug option handling
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 16:17:12 PST 2017
smeenai 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
+
----------------
ruiu wrote:
> Is it guaranteed that ls exits with a non-zero value if a given file does not exist?
I'm basing this on the existing nopdb.test. The same pattern is also used in pdb-options.test.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D41310
More information about the llvm-commits
mailing list