Add a module flag whose value is a 64-bit integer.
Declared in <llvm/IR/Module.h>
void
addModuleFlag(
ModFlagBehavior Behavior,
StringRef Key,
uint64_t Val);
| Name | Description |
|---|---|
| Behavior | How this flag should be combined when linking. |
| Key | String key identifying the flag. |
| Val | Integer value stored as the flag. |