[PATCH] D31787: [TLI] Add declarations for various math header file routines from math-finite.h that create '__<func>_finite as functions
Andy Kaylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 12:28:20 PDT 2017
andrew.w.kaylor added inline comments.
================
Comment at: lib/Analysis/TargetLibraryInfo.cpp:243
+
+ // These definitions are due to math-finite.h header on Linux
+ TLI.setUnavailable(LibFunc_acos_finite);
----------------
Am I reading this correctly as saying these will only be marked as unavailable for 32-bit Windows targets? The comment implies they should be unavailable for all Windows targets, right?
https://reviews.llvm.org/D31787
More information about the llvm-commits
mailing list