From f6d54536e2abc2a39191ae9ef0b57700a14e15df Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 10 Sep 2020 12:25:22 -0700 Subject: [PATCH] Update rust.json for compiler/rustc_llvm `src/rustllvm` and `src/librustc_llvm` moved to `compiler/rustc_llvm` in https://github.com/rust-lang/rust/pull/74787. --- highfive/configs/rust-lang/rust.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highfive/configs/rust-lang/rust.json b/highfive/configs/rust-lang/rust.json index f70a9e8c..dc0844aa 100644 --- a/highfive/configs/rust-lang/rust.json +++ b/highfive/configs/rust-lang/rust.json @@ -30,7 +30,7 @@ "library/test": ["libs"], "src/llvm-project": ["@cuviper"], "compiler": ["compiler-team", "compiler-team-contributors"], - "src/rustllvm": ["@cuviper"], + "compiler/rustc_llvm": ["@cuviper"], "src/stage0.txt": ["@Mark-Simulacrum"], "library/stdarch": ["libs"], "src/tools/cargo": ["@ehuss", "@joshtriplett"],