mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Merge branch 'master' into wip
Conflicts: makefile src/codegen/arm/assembler.cpp src/codegen/powerpc/assembler.cpp src/codegen/x86/assembler.cpp
This commit is contained in:
@ -10,10 +10,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "avian/common.h"
|
||||
#include <avian/vm/heap/heap.h>
|
||||
#include <avian/vm/system/system.h>
|
||||
#include "target.h"
|
||||
#include "avian/target.h"
|
||||
|
||||
#include <avian/vm/codegen/assembler.h>
|
||||
#include <avian/vm/codegen/architecture.h>
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "test-harness.h"
|
||||
|
||||
// since we aren't linking against libstdc++, we must implement this
|
||||
|
@ -11,6 +11,7 @@
|
||||
#ifndef TEST_HARNESS_H
|
||||
#define TEST_HARNESS_H
|
||||
|
||||
#include "avian/common.h"
|
||||
#include <stdio.h>
|
||||
|
||||
class Test {
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "avian/common.h"
|
||||
|
||||
#include <avian/util/arg-parser.h>
|
||||
|
||||
|
Reference in New Issue
Block a user