summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorSerge Rogatch <srogatch@accesssoftek.com>2016-12-22 18:48:36 +0000
committerSerge Rogatch <srogatch@accesssoftek.com>2016-12-22 18:48:36 +0000
commit8527a048b7997cf1ecec35623aa952362f3756a9 (patch)
tree189372f67054a066f3714245dcf41956b17059bc /test/xray
parent04c9e43fb71553ef2226ece3755df780eba11f7f (diff)
[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the instruction cache after code modification
Summary: This patch attempts to fix test patching-unpatching.cc . The new code flushes the instruction cache after modifying the program at runtime. Reviewers: dberris, rengolin Subscribers: llvm-commits, iid_iunknown, aemerson Differential Revision: https://reviews.llvm.org/D27996 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@290354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/TestCases/Linux/patching-unpatching.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/xray/TestCases/Linux/patching-unpatching.cc b/test/xray/TestCases/Linux/patching-unpatching.cc
index e684e427f..05478a488 100644
--- a/test/xray/TestCases/Linux/patching-unpatching.cc
+++ b/test/xray/TestCases/Linux/patching-unpatching.cc
@@ -3,7 +3,6 @@
//
// RUN: %clangxx_xray -fxray-instrument -std=c++11 %s -o %t
// RUN: XRAY_OPTIONS="patch_premain=false" %run %t 2>&1 | FileCheck %s
-// REQUIRES: stable-runtime
#include "xray/xray_interface.h"