Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should clang-cl require compiler-rt? #26142

Closed
llvmbot opened this issue Dec 8, 2015 · 2 comments
Closed

Should clang-cl require compiler-rt? #26142

llvmbot opened this issue Dec 8, 2015 · 2 comments
Labels
bugzilla Issues migrated from bugzilla build-problem clang-cl `clang-cl` driver. Don't use for other compiler parts duplicate Resolved as duplicate

Comments

@llvmbot
Copy link
Member

llvmbot commented Dec 8, 2015

Bugzilla Link 25768
Version unspecified
OS Windows NT
Reporter LLVM Bugzilla Contributor
CC @rnk

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?

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
@rnk
Copy link
Collaborator

rnk commented Oct 3, 2022

This continues to come up, and I think we want the answer to be yes, we just need to make it happen.

@rnk
Copy link
Collaborator

rnk commented Oct 3, 2022

Let's say this is a Duplicate of #25679.

@rnk rnk closed this as completed Oct 3, 2022
@EugeneZelenko EugeneZelenko added build-problem clang-cl `clang-cl` driver. Don't use for other compiler parts duplicate Resolved as duplicate labels Oct 3, 2022
@EugeneZelenko EugeneZelenko closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla build-problem clang-cl `clang-cl` driver. Don't use for other compiler parts duplicate Resolved as duplicate
Projects
None yet
Development

No branches or pull requests

3 participants