Scan deps tool crashes when called on a C++ file, containing an include that has the same name as a directory. The tool crashes since it finds foo/dir and tries to read that as a file and fails. Patch by: kousikk (Kousik Kumar) Differential Revision: https://reviews.llvm.org/D67091 llvm-svn: 371903
8 lines
179 B
JSON
8 lines
179 B
JSON
[
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -c -IDIR -IDIR/foodir -IInputs DIR/headerwithdirname_input.cpp",
|
|
"file": "DIR/headerwithdirname_input.cpp"
|
|
}
|
|
]
|