[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
Loading
Please register or sign in to comment