[llvm-bugs] [Bug 25768] New: Should clang-cl require compiler-rt?
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Dec 7 14:11:54 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25768
Bug ID: 25768
Summary: Should clang-cl require compiler-rt?
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: yaron.keren at gmail.com
CC: llvm-bugs at lists.llvm.org, rnk at google.com
Classification: Unclassified
clang-cl uses MSVC includes and libraries. Yet it sometimes requires additional
functions from compiler-rt, for example
__int128 i;
i = i % 3;
requires _umodti3().
Is it OK for clang-cl to use functions from compiler-rt or should such usage be
disabled?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151207/ec884a86/attachment.html>
More information about the llvm-bugs
mailing list