[PATCH] D39586: [CUDA] Mark CUDA as a no-errno platform.

Justin Lebar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 19:30:40 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317297: [CUDA] Mark CUDA as a no-errno platform. (authored by jlebar).

Changed prior to commit:
  https://reviews.llvm.org/D39586?vs=121427&id=121429#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39586

Files:
  cfe/trunk/lib/Driver/ToolChains/Cuda.h


Index: cfe/trunk/lib/Driver/ToolChains/Cuda.h
===================================================================
--- cfe/trunk/lib/Driver/ToolChains/Cuda.h
+++ cfe/trunk/lib/Driver/ToolChains/Cuda.h
@@ -157,6 +157,7 @@
   bool isPICDefaultForced() const override { return false; }
   bool SupportsProfiling() const override { return false; }
   bool SupportsObjCGC() const override { return false; }
+  bool IsMathErrnoDefault() const override { return false; }
 
   void AddCudaIncludeArgs(const llvm::opt::ArgList &DriverArgs,
                           llvm::opt::ArgStringList &CC1Args) const override;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39586.121429.patch
Type: text/x-patch
Size: 608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171103/df6a9564/attachment.bin>


More information about the cfe-commits mailing list