This revision was automatically updated to reflect the committed changes.
Closed by commit rC352605: [ModuleDependencyCollector] Use
llvm::sys::fs::real_path (NFC) (authored by JDevlieghere, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57411?vs=184155&id=184250#toc
Reposi
bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.
Thanks for working on this! LGTM
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57411/new/
https://reviews.llvm.org/D57411
JDevlieghere created this revision.
JDevlieghere added a reviewer: bruno.
Use the real_path from llvm::sys::fs::real_path instead of having a custom
implementation.
Repository:
rC Clang
https://reviews.llvm.org/D57411
Files:
clang/lib/Frontend/ModuleDependencyCollector.cpp
Index: clang/