From 95478375e20e559d6a0474e40bdea76815617bd2 Mon Sep 17 00:00:00 2001 From: binaryfz Date: Fri, 24 Apr 2020 09:38:20 +0800 Subject: [PATCH] [test]mod test build opt --- src/bin/maple | Bin 4445544 -> 4445544 bytes src/maple_be/src/cg/emit.cpp | 4 ++++ test/testsuite/ouroboros/test.cfg | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/bin/maple b/src/bin/maple index 2a63b17198c11930efd6975613dd159a2f14d34b..8acee954172a3503a09325b998830fef01730401 100755 GIT binary patch delta 253 zcmWN=T~dKj0LS4uM}?A5`AFnQMe?FAMM+-wP5bCd8*uTT>C!&BZsyp471)G!;rGlu z>)*Lub0#CJh_oXtgLd%tDqAVb*hreI#cD(#X|G% z delta 253 zcmWN=T{41E0LS4uC;F0?QbeR9Lg}TV5-Q#W7`y0N8|dOc(`EZ`ZRXg36|{zCT1LNT z=2`zN?3yzfS;e%aZN-&PQYodiql|VHXixjfDyIYGRnVc1RMfFfRMM%=RMxpFzb+Y> zl}|;knK2XJ`*bsF3jXiQeNWBUH~yUsOfV0Zju))*l2@$pnm4>b d_{b-A*<+v29Pov&eB+QKj`_|HA1GetAlign()); Emit(" 3\n" + markerName + ":\n"); +#if TARGAARCH64 Emit("\t.quad "); +#else + Emit("\t.word "); +#endif Emit(GlobalTables::GetFunctionTable().GetFunctionFromPuidx(funcAddr->GetValue())->GetName()); Emit("\n"); Emit(asmInfo->GetSize()); diff --git a/test/testsuite/ouroboros/test.cfg b/test/testsuite/ouroboros/test.cfg index a9193b7c3b..95b70c9ad3 100755 --- a/test/testsuite/ouroboros/test.cfg +++ b/test/testsuite/ouroboros/test.cfg @@ -4,7 +4,7 @@ java = // [internal-var] maple = python3 ${MAPLE_ROOT}/test/testsuite/maple.py run = # -build_option = --javac="-bootclasspath ${MAPLE_ROOT}/libjava-core/java-core.jar" --maple="-O0 --mplt=${MAPLE_ROOT}/output/ops/host-x86_64-OPS_O0/libcore-all.mplt --option=\"-use-string-factory::: \"" -s maple +build_option = --javac="-bootclasspath ${MAPLE_ROOT}/libjava-core/java-core.jar" --maple="-O0 --mplt=${MAPLE_ROOT}/libjava-core/java-core.mplt --option=\"-use-string-factory::: \"" -s maple run_option = [description] -- Gitee