[PATCH] D93496: [flang] Fix -intrinsic-module-directory in flang script

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 16:56:29 PST 2020


tskeith added a comment.

You need a test that depends on intrinsic modules:

  $ cat t.f90
  use iso_c_binding
  end
  
  $ build/Release-clang-9.0.0/bin/flang -c t.f90
  t.f90:1:5: error: Error reading module file for module 'iso_c_binding'
    use iso_c_binding
        ^^^^^^^^^^^^^


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93496



More information about the llvm-commits mailing list