gn build: Document llvm_enable_dia_sdk variable better
authorNico Weber <nicolasweber@gmx.de>
Thu, 25 Apr 2019 14:56:56 +0000 (14:56 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 25 Apr 2019 14:56:56 +0000 (14:56 +0000)
llvm-svn: 359196

llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni

index 9d397bc..aed3566 100644 (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
 }