1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

[gn build] fixup after c3d13d9c56

This commit is contained in:
Nico Weber 2019-12-21 21:14:26 -05:00
parent 1361644edc
commit 587ab43da0

View File

@ -7,7 +7,7 @@ config("write_vcsrevision_config") {
} }
write_vcsrevision("write_vcsrevision") { write_vcsrevision("write_vcsrevision") {
visibility = [ ":Version" ] visibility = [ ":Basic" ]
header = "$target_gen_dir/VCSVersion.inc" header = "$target_gen_dir/VCSVersion.inc"
names = [ "LLVM", "CLANG" ] names = [ "LLVM", "CLANG" ]
public_configs = [ ":write_vcsrevision_config" ] public_configs = [ ":write_vcsrevision_config" ]