summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-10-10 17:47:18 +0000
committerNico Weber <nicolasweber@gmx.de>2019-10-10 17:47:18 +0000
commit5ff60e160aed21c346d83c96581a28a8222e3da9 (patch)
treee75b8d78ea8d43bd160b756f22e35b7408cfa9e9
parent47b33dcc0df8220a5708ff57210c9b44b764bb8e (diff)
downloadbcm5719-llvm-5ff60e160aed21c346d83c96581a28a8222e3da9.tar.gz
bcm5719-llvm-5ff60e160aed21c346d83c96581a28a8222e3da9.zip
gn build: restore tablegen restat optimization after r373664
llvm-svn: 374395
-rw-r--r--llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni b/llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni
index cb588abbaa6..91863c02c22 100644
--- a/llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni
+++ b/llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni
@@ -66,6 +66,8 @@ template("tablegen") {
args = [
rebase_path(tblgen_executable, root_build_dir),
+ "--write-if-changed",
+
"-I",
rebase_path("//llvm/include", root_build_dir),
OpenPOWER on IntegriCloud