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 5d22bcbb78
commit a506fab189
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
declare_args() { declare_args() {
# Whether to build code that requires the Microsoft DIA SDK. # 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 llvm_enable_dia_sdk = false
} }