commit | 1a3ce872b97e13478f1f25f36ef95124f52d7b87 | [log] [tgz] |
---|---|---|
author | Nicolas Capens <nicolas.capens@gmail.com> | Wed Oct 10 10:42:36 2018 -0400 |
committer | Nicolas Capens <nicolascapens@google.com> | Fri Oct 12 18:19:15 2018 +0000 |
tree | 7d7a2f41225e40c4faafc5f88163281d910844ce | |
parent | a527eb0e4dc88a99b61cad80eec5d9beedba982c [diff] [blame] |
Rename Reactor/Memory.* to Reactor/ExecutableMemory.* Bug b/115344057 Bug swiftshader:16 Change-Id: I2ef387ee237e964c089d9a7a5eb156a8733cc77f Reviewed-on: https://swiftshader-review.googlesource.com/c/21388 Tested-by: Nicolas Capens <nicolascapens@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com>
diff --git a/src/Reactor/LLVMReactor.cpp b/src/Reactor/LLVMReactor.cpp index 0f3b3da..dac87a7 100644 --- a/src/Reactor/LLVMReactor.cpp +++ b/src/Reactor/LLVMReactor.cpp
@@ -17,7 +17,7 @@ #include "x86.hpp" #include "CPUID.hpp" #include "Thread.hpp" -#include "Memory.hpp" +#include "ExecutableMemory.hpp" #include "MutexLock.hpp" #undef min