]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic
authorMichael Goulet <michael@errs.io>
Sun, 22 Jan 2023 04:20:58 +0000 (23:20 -0500)
committerGitHub <noreply@github.com>
Sun, 22 Jan 2023 04:20:58 +0000 (23:20 -0500)
commit2504c8d1ee4f904d3ecd95ec19cbed22ed046295
treecf5aac25f2e0a6e1f4d36e3d3b6dab52c33c1234
parentbdcfa6c9aa9117f9727cc9fde42eeefc2794a233
parent799fa60c07784bb033d1e1bcdcc7f671ea47d617
Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic

llvm-wrapper: adapt for LLVM API change

No functional changes intended.

The LLVM commit https://github.com/llvm/llvm-project/commit/e6b02214c68df2c9f826e02310c9352ac652e456 added `TargetExtTyID` to the `TypeID` enum. This adapts `RustWrapper` accordingly.
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp