From e83da03b1707fe795becb7b1937676f171c91500 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Mon, 11 Jan 2021 15:46:45 +0100 Subject: [PATCH] add clang to flang deps related to #271: clang-tidy cannot find gtest/gtest --- docs/playbooks.md | 2 +- scripts/llvm-dependencies.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/playbooks.md b/docs/playbooks.md index 78ad398..b6b3678 100644 --- a/docs/playbooks.md +++ b/docs/playbooks.md @@ -178,7 +178,7 @@ please refer to the source code for the details. These variables have `ph_` pref Most commonly used are: -- `ph_scripts_refspec` ("main" by default): refspec branch of llvm-premerge-checks to use. This variable is also used in pipeline "bootstrap" in Buildkite interface. +- `ph_scripts_refspec`: ("main" by default): refspec branch of llvm-premerge-checks to use. This variable is also used in pipeline "bootstrap" in Buildkite interface. - `ph_dry_run_report`: do not report any results back to Phabricator. - `ph_no_cache`: (if set to any value) clear compilation cache before the build. - `ph_projects`: which projects to use, "detect" will look on diff to infer the projects, "default" selects all projects. diff --git a/scripts/llvm-dependencies.yaml b/scripts/llvm-dependencies.yaml index ea98e23..a98ed3f 100644 --- a/scripts/llvm-dependencies.yaml +++ b/scripts/llvm-dependencies.yaml @@ -16,8 +16,9 @@ dependencies: compiler-rt: - clang flang: - - llvm - - mlir + - llvm + - mlir + - clang libc: - clang - clang-tools-extra