]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107764 - maurer:llvm-16, r=cuviper
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 7 Feb 2023 16:57:18 +0000 (17:57 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 16:57:18 +0000 (17:57 +0100)
commit232213dd77515eb8ca3b4ff3ca706bbbf0b243ed
treec6da9f4706ebd9aaf8456682c6b2d6aacc565405
parentd044c1bde49f11f4a19bd9046786986c11935b22
parent147c51e17dfc6b22deb349297fc7d2bdad19cd4f
Rollup merge of #107764 - maurer:llvm-16, r=cuviper

llvm-16: Use Triple.h from new header location.

LLVM 16 has moved Triple.h from ADT and into TargetParser.

LLVM [landed a commit](https://github.com/llvm/llvm-project/commit/62c7f035b4392c1933550eead6ddab35122720bc) this morning moving the header. This change should make rustc continue to build against LLVM main.