[PATCH] D54208: Fix unit tests after patch https://reviews.llvm.org/rL346313
Marco Castelluccio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 7 06:45:43 PST 2018
marco-c accepted this revision.
marco-c added inline comments.
This revision is now accepted and ready to land.
================
Comment at: unittests/Analysis/TargetLibraryInfoTest.cpp:551
+ "declare float @__sinhf_finite(float)\n"
+ "declare x86_fp80 @__sinhl_finite(x86_fp80)\n");
----------------
Nit: unneeded change here
Repository:
rL LLVM
https://reviews.llvm.org/D54208
More information about the llvm-commits
mailing list