Should clang-cl require compiler-rt? #26142
Labels
bugzilla
Issues migrated from bugzilla
build-problem
clang-cl
`clang-cl` driver. Don't use for other compiler parts
duplicate
Resolved as duplicate
Extended Description
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?
The text was updated successfully, but these errors were encountered: