Skip to content

Commit a6b6237

Browse files
committed
[gn] port 2868e26 (PERL_EXECUTABLE)
1 parent 79921fb commit a6b6237

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/clang/test

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/test/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@ write_lit_config("lit_site_cfg") {
116116
"CMAKE_LIBRARY_OUTPUT_DIRECTORY=" + rebase_path("$root_out_dir/bin", dir),
117117
"LLVM_LIT_ERRC_MESSAGES=no such file or directory;is a directory;" +
118118
"invalid argument;permission denied",
119+
"PERL_EXECUTABLE="
119120
]
120121
} else {
121122
extra_values += [
122123
"CMAKE_LIBRARY_OUTPUT_DIRECTORY=" + rebase_path("$root_out_dir/lib", dir),
123124
"LLVM_LIT_ERRC_MESSAGES=",
125+
"PERL_EXECUTABLE=/usr/bin/perl"
124126
]
125127
}
126128

0 commit comments

Comments
 (0)