1
Fork 0

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,5 @@
#include "SuppressLLVMWarnings.h"
#include "llvm-c/BitReader.h"
#include "llvm-c/Core.h"
#include "llvm-c/Object.h"