From b750e53294257d5c55cbb2f070b9a9bfe15a478a Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 25 Apr 2019 14:56:56 +0000 Subject: [PATCH] gn build: Document llvm_enable_dia_sdk variable better git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359196 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni b/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni index 9d397bcc9a4..aed3566500d 100644 --- a/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni +++ b/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni @@ -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 } -- 2.11.0