Commit 25c541e5 by Alexis Hetu Committed by Alexis Hétu

Build fix

Made sure both LLVM and Subzero has the /src directory in their include directory list. Removed unused ../ in front of "Common" includes as a cleanup. Change-Id: Ib4a6fb772fa03a9a3cad82594db1b1650007e47f Reviewed-on: https://swiftshader-review.googlesource.com/20728Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
parent a764381e
...@@ -1721,6 +1721,7 @@ if(${REACTOR_BACKEND} STREQUAL "Subzero") ...@@ -1721,6 +1721,7 @@ if(${REACTOR_BACKEND} STREQUAL "Subzero")
) )
set(SUBZERO_INCLUDE_DIR set(SUBZERO_INCLUDE_DIR
${SOURCE_DIR}/
${SUBZERO_DIR}/ ${SUBZERO_DIR}/
${SUBZERO_LLVM_DIR}/include/ ${SUBZERO_LLVM_DIR}/include/
${SUBZERO_DIR}/pnacl-llvm/include/ ${SUBZERO_DIR}/pnacl-llvm/include/
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#include "LLVMRoutine.hpp" #include "LLVMRoutine.hpp"
#include "../Common/Memory.hpp" #include "Common/Memory.hpp"
#include "../Common/Thread.hpp" #include "Common/Thread.hpp"
#include "../Common/Types.hpp" #include "Common/Types.hpp"
namespace sw namespace sw
{ {
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
#include "LLVMRoutine.hpp" #include "LLVMRoutine.hpp"
#include "llvm/Function.h" #include "llvm/Function.h"
#include "../Common/Memory.hpp" #include "Common/Memory.hpp"
#include "../Common/Thread.hpp" #include "Common/Thread.hpp"
#include "../Common/Debug.hpp" #include "Common/Debug.hpp"
namespace sw namespace sw
{ {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "Routine.hpp" #include "Routine.hpp"
#include "../Common/Thread.hpp" #include "Common/Thread.hpp"
#include <cassert> #include <cassert>
......
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