[PATCH] D97916: [Driver][RISCV] Support parsing multi-lib config from GCC.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 19 21:21:27 PDT 2021


MaskRay added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:1754
+
+  int RC = llvm::sys::ExecuteAndWait(GCCPath, GCCArgs, None, Redirects);
+
----------------
Even if ExecuteAndWait is accepted, you may consider a pipe. The current implementation leaves temporary files under /tmp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97916



More information about the cfe-commits mailing list