xref: /llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni (revision 8cfab5de13a8ec3a2ffccb1b94b0165512a33552)
1declare_args() {
2  # Whether to build code that requires the Microsoft DIA SDK.
3  # If this is set, %INCLUDE% must contain ".../DIA SDK/include"
4  # and %LIB% must contain ".../DIA SDK/lib/amd64". Or use
5  # llvm/utils/sysroot.py and set sysroot in args.gn.
6  llvm_enable_dia_sdk = false
7}
8