Commit 20507fa9 by Ben Clayton

LLVMReactor: #error if usng LLVM 3

An easy to revert step towards https://swiftshader-review.googlesource.com/c/SwiftShader/+/28909. Bug: b/130343040 Change-Id: I0180e9698bedd2f11749faca1deef141e7000dc4 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/29669 Presubmit-Ready: Ben Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent c9ca99ee
......@@ -27,6 +27,8 @@
#undef max
#if REACTOR_LLVM_VERSION < 7
#error "LLVM 3 backend is deprecated, and will be removed shortly"
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Constants.h"
#include "llvm/Function.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment