mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
gn build: Document llvm_enable_dia_sdk variable better
llvm-svn: 359196
This commit is contained in:
parent
7c0e4f3073
commit
bf835b8a3c
@ -1,4 +1,6 @@
|
||||
declare_args() {
|
||||
# Whether to build code that requires the Microsoft DIA SDK.
|
||||
# If this is set, %INCLUDE% must contain ".../DIA SDK/include"
|
||||
# and %LIB% must contain ".../DIA SKD/lib/amd64".
|
||||
llvm_enable_dia_sdk = false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user