diff llvm/utils/llvm-compilers-check @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900 (2021-06-07)
parents 1d019706d866
children
line wrap: on
line diff
--- a/llvm/utils/llvm-compilers-check	Mon May 25 11:55:54 2020 +0900
+++ b/llvm/utils/llvm-compilers-check	Tue Jun 08 06:07:14 2021 +0900
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 ##===- utils/llvmbuild - Build the LLVM project ----------------*-python-*-===##
 #
 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -55,7 +55,7 @@
 # total of nine builds.  All builds will be run in parallel.
 #
 # The user may control parallelism via the --jobs and --threads
-# switches.  --jobs tells llvm-compilers-checl the maximum total
+# switches.  --jobs tells llvm-compilers-check the maximum total
 # number of builds to activate in parallel.  The user may think of it
 # as equivalent to the GNU make -j switch.  --threads tells
 # llvm-compilers-check how many worker threads to use to accomplish