suppress warnings on msvc

This commit is contained in:
Arlie Davis 2023-11-22 09:10:53 -08:00
parent 73bc12199e
commit 6773fd1a9a
4 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#include "SuppressLLVMWarnings.h"
#include "llvm/Linker/Linker.h"
#include "LLVMWrapper.h"