[all-commits] [llvm/llvm-project] 3aee64: [flang] Fix build problems on osx
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jun 18 11:16:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3aee64a9e038814a6d4c64d37d35e5ccf27e4934
https://github.com/llvm/llvm-project/commit/3aee64a9e038814a6d4c64d37d35e5ccf27e4934
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M flang/include/flang/Common/bit-population-count.h
M flang/runtime/character.cpp
Log Message:
-----------
[flang] Fix build problems on osx
Summary:
Fix build problems encountered on osx in two files.
The one in character.cpp fixes a legitimate bug that
elicited a valid warning.
Reviewers: tskeith, PeteSteinfeld, sscalpone, jdoerfert, DavidTruby
Reviewed By: tskeith, PeteSteinfeld
Subscribers: llvm-commits, flang-commits
Tags: #flang, #llvm
Differential Revision: https://reviews.llvm.org/D82107
More information about the All-commits
mailing list