[flang-commits] [PATCH] D84334: [flang] Version information in flang/f18

Richard Barton via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Aug 10 01:50:10 PDT 2020


richard.barton.arm added a comment.

I'm afraid arcanist does not apply the patch well. It does not like the new file creation. I'm not sure how you are creating this diff, but are you able to re-upload a diff created with `diff -Naur` to handle the new files correctly?

  $ arc patch D84334 --nobranch
   INFO  Base commit is not in local repository; trying to fetch.
  Checking patch flang/tools/f18/f18_version.h.in...
  error: flang/tools/f18/f18_version.h.in: does not exist in index
  Checking patch flang/tools/f18/f18.cpp...
  Checking patch flang/tools/f18/CMakeLists.txt...
  Checking patch flang/test/Preprocessing/compiler_defined_macros.F90...
  error: flang/test/Preprocessing/compiler_defined_macros.F90: does not exist in index
  Checking patch flang/test/Driver/version_test.f90...
  Applied patch flang/tools/f18/f18.cpp cleanly.
  Applied patch flang/tools/f18/CMakeLists.txt cleanly.
  Applied patch flang/test/Driver/version_test.f90 cleanly.
  
   Patch Failed! 
  Usage Exception: Unable to apply patch!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84334/new/

https://reviews.llvm.org/D84334



More information about the flang-commits mailing list