[PATCH] D67676: [lld][WebAssembly] Fix use after free of archive path

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 13:19:02 PDT 2019


dschuff added inline comments.


================
Comment at: lld/wasm/Driver.cpp:232
       readImportFile(importFile.str());
+    dbgs() << "new archive: " << mbref.getBufferIdentifier() << "\n";
 
----------------
Should these debug prints be behind `LLVM_DEBUG`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67676/new/

https://reviews.llvm.org/D67676





More information about the llvm-commits mailing list