mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-24 15:43:14 +01:00
Get rid of USE_METADATA
This commit is contained in:
@@ -19,11 +19,6 @@
|
||||
|
||||
#include "gen/metadata.h"
|
||||
|
||||
// This pass isn't needed without metadata, so #ifdef it out entirely if the
|
||||
// LLVM version in use doesn't support it.
|
||||
#ifdef USE_METADATA
|
||||
|
||||
|
||||
#define DEBUG_TYPE "strip-metadata"
|
||||
|
||||
#include "Passes.h"
|
||||
@@ -79,6 +74,3 @@ bool StripMetaData::runOnModule(Module &M) {
|
||||
}
|
||||
return Changed;
|
||||
}
|
||||
|
||||
|
||||
#endif //USE_METADATA
|
||||
|
||||
Reference in New Issue
Block a user