forked from OSchip/llvm-project
gn build: restore tablegen restat optimization after r373664
llvm-svn: 374395
This commit is contained in:
parent
47b33dcc0d
commit
5ff60e160a
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue