[all-commits] [llvm/llvm-project] 7cccd4: [flang] Clean up binary dependences of runtime lib...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Jul 2 12:28:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cccd49a553b6381f57f0ad8545fd5ea9e329afd
      https://github.com/llvm/llvm-project/commit/7cccd49a553b6381f57f0ad8545fd5ea9e329afd
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M flang/include/flang/Common/enum-set.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Semantics/mod-file.h
    M flang/runtime/transformational.cpp

  Log Message:
  -----------
  [flang] Clean up binary dependences of runtime libraries

There were dependences upon LLVM libraries in the Fortran
runtime support library binaries due to some indirect #includes
of llvm/Support/raw_ostream.h, which caused some kind of internal
ABI version consistency checking to get pulled in.  Fixed by
cleaning up some includes.

Reviewed By: tskeith, PeteSteinfeld, sscalpone

Differential Revision: https://reviews.llvm.org/D83060




More information about the All-commits mailing list