mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Adjust VStudio files to add JITMemoryManager files + include <cassert> from same.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
348f665ee2
commit
3012ac63d3
@ -16,6 +16,7 @@
|
||||
#include "llvm/System/Memory.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
using namespace llvm;
|
||||
|
||||
|
||||
|
@ -334,6 +334,10 @@
|
||||
RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\ExecutionEngine\JIT.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h"
|
||||
>
|
||||
@ -342,6 +346,14 @@
|
||||
RelativePath="..\..\lib\ExecutionEngine\Jit\JITEmitter.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\ExecutionEngine\JIT\JITMemoryManager.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\llvm\ExecutionEngine\JITMemoryManager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\ExecutionEngine\Jit\TargetSelect.cpp"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user