diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-08-07 23:01:33 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-08-07 23:01:33 +0000 | 
| commit | ee8648bdac07986a0f1ec897b02ec82a2f144d46 (patch) | |
| tree | 52d1861acda1205241ee35a94aa63129c604d469 /include/llvm-c/lto.h | |
| parent | 1a82d4c088707c791c792f6822f611b47a12bdfe (diff) | |
Diffstat (limited to 'include/llvm-c/lto.h')
| -rw-r--r-- | include/llvm-c/lto.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h index 42c05a2fc59e..cb3a69160454 100644 --- a/include/llvm-c/lto.h +++ b/include/llvm-c/lto.h @@ -40,7 +40,7 @@ typedef bool lto_bool_t;   * @{   */ -#define LTO_API_VERSION 16 +#define LTO_API_VERSION 17  /**   * \since prior to LTO_API_VERSION=3 @@ -63,7 +63,8 @@ typedef enum {      LTO_SYMBOL_SCOPE_PROTECTED             = 0x00002000,      LTO_SYMBOL_SCOPE_DEFAULT               = 0x00001800,      LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN = 0x00002800, -    LTO_SYMBOL_COMDAT                      = 0x00004000 +    LTO_SYMBOL_COMDAT                      = 0x00004000, +    LTO_SYMBOL_ALIAS                       = 0x00008000  } lto_symbol_attributes;  /**  | 
