[PATCH] D141220: [TableGen][SourceMgr] Correctly append filename to include directories
Dmitri Gribenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 02:06:06 PST 2023
gribozavr2 added a comment.
Sorry, I'm reverting this change because it introduced a behavior change.
Previously, the function tried to open the file `Filename` starting from the current working directory. Now it tries to open `IncludedFile` starting from the current working directory, and if that fails, searches for `Filename` in the include path.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141220/new/
https://reviews.llvm.org/D141220
More information about the llvm-commits
mailing list