mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
Switch to the other repository name. (#4024)
Despite this name not being in the runfiles manifest, this works in Bazel because of how the module and workspace are configured. I should have realized that as it was used elsewhere as well. This should consolidate all of our runfiles paths to use the exact same patterns now. These were the only remaining divergences.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Carbon {
|
||||
|
||||
// The location within our Bazel output tree of the prefix_root.
|
||||
static constexpr llvm::StringLiteral PrefixRoot =
|
||||
"_main/toolchain/install/prefix_root/";
|
||||
"carbon/toolchain/install/prefix_root/";
|
||||
|
||||
// Path within an install prefix for our marker of a valid install.
|
||||
static constexpr llvm::StringLiteral MarkerPath =
|
||||
|
||||
Reference in New Issue
Block a user