mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-19 18:29:03 +02:00
Remove all of the now unecessary #if LLVM_REV
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
|
||||
#include "gen/llvm-version.h"
|
||||
|
||||
#if LLVM_REV >= 68940
|
||||
|
||||
|
||||
#define DEBUG_TYPE "strip-externals"
|
||||
|
||||
#include "Passes.h"
|
||||
@@ -96,5 +93,3 @@ bool StripExternals::runOnModule(Module &M) {
|
||||
|
||||
return Changed;
|
||||
}
|
||||
|
||||
#endif //LLVM_REV >= 68940
|
||||
|
||||
Reference in New Issue
Block a user