From 1049ce804330019eb05368c8a95b661d44a36bc1 Mon Sep 17 00:00:00 2001 From: ChristianKuehnel Date: Wed, 27 Nov 2019 13:55:22 +0100 Subject: [PATCH] added link to CMake flags --- docs/user_doc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_doc.md b/docs/user_doc.md index c5c9909..18724e1 100644 --- a/docs/user_doc.md +++ b/docs/user_doc.md @@ -6,7 +6,7 @@ The *checks* comprise of these steps: 1. Checkout of the git repository 1. Apply the patch -- `arc patch` -1. Run Cmake +1. Run Cmake -- see [run_cmake.sh](https://github.com/google/llvm-premerge-checks/blob/master/scripts/run_cmake.sh#L31) for details 1. Build the binaries -- `ninja all` 1. Run the test suite -- `ninja check-all` @@ -56,4 +56,4 @@ If you notice any bugs, please create a [new issue](https://github.com/google/ll # Contributing -We're happy to get help on improving the infrastructure and the workflows. If you're interested please contact [Christian Kühnel](mailto:kuhnel@google.com). \ No newline at end of file +We're happy to get help on improving the infrastructure and the workflows. If you're interested please contact [Christian Kühnel](mailto:kuhnel@google.com).