This revision was automatically updated to reflect the committed changes.
Closed by commit rG1f822f212cde: Handle two corner cases in
creduce-clang-crash.py (authored by rnk).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71098/new/
https://reviews.
akhuang accepted this revision.
akhuang added a comment.
This revision is now accepted and ready to land.
lgtm
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71098/new/
https://reviews.llvm.org/D71098
_
rnk created this revision.
rnk added a reviewer: akhuang.
Herald added a project: clang.
First, call os.path.normpath on the filename argument. I passed in
./foo-asdf.cpp, and this meant that the script failed to find the
filename, and bad things happened.
Second, call os.path.abspath on binaries