From c50ae365091cd82dc2e808986ca121848e92f1ed Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Thu, 1 Oct 2015 01:02:37 +0000 Subject: [llvm-objdump] Fix time of check to time of use bug. There's already a test that covers this situation, so we should be fine. llvm-svn: 248976 --- llvm/tools/llvm-objdump/llvm-objdump.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp') diff --git a/llvm/tools/llvm-objdump/llvm-objdump.cpp b/llvm/tools/llvm-objdump/llvm-objdump.cpp index e9f96cbd872..09b6d8f3af7 100644 --- a/llvm/tools/llvm-objdump/llvm-objdump.cpp +++ b/llvm/tools/llvm-objdump/llvm-objdump.cpp @@ -1501,9 +1501,6 @@ static void DumpArchive(const Archive *a) { /// @brief Open file and figure out how to dump it. static void DumpInput(StringRef file) { - // If file isn't stdin, check that it exists. - if (file != "-" && !sys::fs::exists(file)) - report_error(file, errc::no_such_file_or_directory); // If we are using the Mach-O specific object file parser, then let it parse // the file and process the command line options. So the -arch flags can -- cgit v1.2.3