mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-04 05:53:13 +01:00
Added back option to disable metadata generation and users. Set USE_METADATA to OFF in ccmake.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#if USE_METADATA
|
||||
|
||||
//===- StripMetaData - Strips D-specific metadata -------------------------===//
|
||||
//
|
||||
// The LLVM D Compiler
|
||||
@@ -75,3 +77,5 @@ bool StripMetaData::runOnModule(Module &M) {
|
||||
}
|
||||
return Changed;
|
||||
}
|
||||
|
||||
#endif // USE_METADATA
|
||||
|
||||
Reference in New Issue
Block a user