forked from OSchip/llvm-project
fba754a946
Before this patch, llvm-dwarfdump would reject `bundel.dSYM/` as input, while `bundel.dSYM` was accepted. The reason is that `path::extension()` returns an empty string for the former, leading to the argument not being recognized as a dSYM bundle. llvm-svn: 324621 |
||
---|---|---|
.. | ||
fuzzer | ||
CMakeLists.txt | ||
LLVMBuild.txt | ||
Statistics.cpp | ||
llvm-dwarfdump.cpp |