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". 5 llvm_enable_dia_sdk = false 6} 7
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". 5 llvm_enable_dia_sdk = false 6} 7