mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
gn build: Merge r360991
llvm-svn: 361053
This commit is contained in:
parent
8b124c9a36
commit
9c83179ccf
@ -92,6 +92,12 @@ write_lit_config("lit_site_cfg") {
|
||||
} else {
|
||||
extra_values += [ "LLVM_PLUGIN_EXT=.so" ]
|
||||
}
|
||||
|
||||
if (host_os == "win") {
|
||||
extra_values += [ "LLVM_ENABLE_PLUGINS=0" ]
|
||||
} else {
|
||||
extra_values += [ "LLVM_ENABLE_PLUGINS=1" ]
|
||||
}
|
||||
}
|
||||
|
||||
write_lit_config("lit_unit_site_cfg") {
|
||||
|
Loading…
Reference in New Issue
Block a user