[PATCH] D45747: COFF: Implement /pdbaltpath flag.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 16:16:41 PDT 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lld/COFF/Driver.cpp:1317
+      Config->PDBAltPath = Config->PDBPath;
+      llvm::sys::fs::make_absolute(Config->PDBAltPath);
+    }
----------------
nit: remove llvm::


https://reviews.llvm.org/D45747





More information about the llvm-commits mailing list