1
0
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:
Nico Weber 2019-04-25 14:56:56 +00:00
parent 7c0e4f3073
commit bf835b8a3c

View File

@ -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
}