LLVMModuleFlagBehavior_LLVMModuleFlagBehaviorWarning

Constant LLVMModuleFlagBehavior_LLVMModuleFlagBehaviorWarning 

Source
pub const LLVMModuleFlagBehavior_LLVMModuleFlagBehaviorWarning: LLVMModuleFlagBehavior = 1;
Expand description

Emits a warning if two values disagree. The result value will be the operand for the flag from the first module being linked.

@see Module::ModFlagBehavior::Warning