mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
These lit configuration files are really Python source code. Using the .py file extension helps editors and tools use the correct language mode. LLVM and Clang already use this convention for lit configuration, this change simply applies it to all of compiler-rt. Reviewers: vitalybuka, dberris Differential Revision: https://reviews.llvm.org/D63658 llvm-svn: 364591
This commit is contained in:
parent
01ae6807ef
commit
eeac50f7f8
@ -5,8 +5,8 @@ import("//llvm/utils/gn/build/write_cmake_config.gni")
|
||||
import("//llvm/version.gni")
|
||||
|
||||
write_cmake_config("lit_site_cfg") {
|
||||
input = "lit.site.cfg.in"
|
||||
output = "$target_gen_dir/lit.site.cfg"
|
||||
input = "lit.site.cfg.py.in"
|
||||
output = "$target_gen_dir/lit.site.cfg.py"
|
||||
|
||||
values = [
|
||||
"LIT_SITE_CFG_IN_HEADER=## Autogenerated from $input, do not edit",
|
||||
|
Loading…
Reference in New Issue
Block a user