[all-commits] [llvm/llvm-project] 4b6597: Make flang driver stuff work on macOS
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Oct 31 04:34:49 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4b6597f49896529170fde38f5d5fb46d687e0c71
https://github.com/llvm/llvm-project/commit/4b6597f49896529170fde38f5d5fb46d687e0c71
Author: Nico Weber <thakis at chromium.org>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Driver/flang/flang.f90
Log Message:
-----------
Make flang driver stuff work on macOS
6bf55804 added special-case code for TY_PP_Fortran to
ToolChain::LookupTypeForExtension(), but
Darwin::LookupTypeForExtension() overrode that method without calling
the superclass implementation.
Make it call the superclass implementation to fix things.
Differential Revision: https://reviews.llvm.org/D69636
More information about the All-commits
mailing list