mirror of
https://github.com/Colton1skees/Dna
synced 2026-06-21 13:42:09 +00:00
12 lines
434 B
C++
12 lines
434 B
C++
// dllmain.cpp : Defines the entry point for the DLL application.
|
|
#include <llvm/Support/JSON.h>
|
|
#include <llvm/Support/raw_ostream.h>
|
|
#include <llvm/IR/LegacyPassManager.h>
|
|
#include <llvm/Pass.h>
|
|
#include <llvm/Transforms/Scalar.h>
|
|
#include "llvm/Transforms/Scalar/SimpleLoopUnswitch.h"
|
|
#include "llvm/Transforms/Utils/LowerSwitch.h"
|
|
#include <API/ExportedApi.h>
|
|
#include "Passes/ClassifyingAliasAnalysisPass.h"
|
|
#include <Windows.h>
|