Tie extern "llvm-intrinsics" and llvm.* symbol names together - #161922
Tie extern "llvm-intrinsics" and llvm.* symbol names together#161922bjorn3 wants to merge 1 commit into
Conversation
|
rustbot has assigned @ShoyuVanilla. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Not sure if this is the best place to do this check. |
This comment has been minimized.
This comment has been minimized.
|
Sorry, I'm pretty ignorant about this area 😅 r? compiler |
|
I reckon that the patch is incomplete. Are you going to "sanitize" the |
|
Both |
6abfc6e to
bef2612
Compare
This comment has been minimized.
This comment has been minimized.
a42ef04 to
f1c5f4f
Compare
This comment has been minimized.
This comment has been minimized.
LLVM intrinsics must always use extern "llvm-intrinsic" and extern "llvm-intrinsic" must only be used for actual LLVM intrinsics.
f1c5f4f to
2e6314d
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
LLVM intrinsics must always use extern "llvm-intrinsic" and extern "llvm-intrinsic" must only be used for actual LLVM intrinsics.
Follow up to #161398