diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-04-25 14:56:56 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-04-25 14:56:56 +0000 |
commit | a506fab189c1b0054272c50595e2ed998ae4929a (patch) | |
tree | 59057dc9d7b89656526a2e55feceb7ffad64ffcf | |
parent | 5d22bcbb78ab08402c2f72c99acb362fbdd9b4a2 (diff) | |
download | bcm5719-llvm-a506fab189c1b0054272c50595e2ed998ae4929a.tar.gz bcm5719-llvm-a506fab189c1b0054272c50595e2ed998ae4929a.zip |
gn build: Document llvm_enable_dia_sdk variable better
llvm-svn: 359196
-rw-r--r-- | llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni b/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni index 9d397bcc9a4..aed3566500d 100644 --- a/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni +++ b/llvm/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 } |