mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 20:33:14 +01:00
12 lines
213 B
C
12 lines
213 B
C
#ifndef LDC_GEN_METADATA_H
|
|
#define LDC_GEN_METADATA_H
|
|
|
|
#include "gen/llvm-version.h"
|
|
|
|
#if LLVM_REV >= 68420
|
|
# define USE_METADATA
|
|
# define METADATA_LINKAGE_TYPE llvm::GlobalValue::WeakODRLinkage
|
|
#endif
|
|
|
|
#endif
|