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