pub const LLVMModuleFlagBehavior_LLVMModuleFlagBehaviorOverride: LLVMModuleFlagBehavior = 3;Expand description
Uses the specified value, regardless of the behavior or value of the other module. If both modules specify Override, but the values differ, an error will be emitted.
@see Module::ModFlagBehavior::Override