[PATCH] D60043: [FileCheck] Fix FileCheck.cpp compilation on Solaris
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 06:00:45 PDT 2019
jdenny added inline comments.
================
Comment at: include/llvm/Support/FileCheck.h:22
#include <map>
+#include <cmath>
----------------
Does this need to be processed by all includers? Shouldn't it be sufficient in FileCheck.cpp?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60043/new/
https://reviews.llvm.org/D60043
More information about the llvm-commits
mailing list