[PATCH] D87901: [Driver] Filter out <libdir>/gcc and <libdir>/gcc-cross if they do not exists

Dmitry Antipov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 00:57:19 PDT 2020


dmantipov added a comment.

In D87901#2296392 <https://reviews.llvm.org/D87901#2296392>, @aganea wrote:

> 



> Thanks for the patch! I'll let others review it, but I was just being curious: what tool do you use for intercepting & printing `stat(` and `openat(`? How can I repro locally?

man strace :-) If you're on Windows, the closest match is https://docs.microsoft.com/en-us/sysinternals/downloads/procmon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87901



More information about the cfe-commits mailing list