aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Capewell <martyn.capewell@arm.com>2017-03-15 16:37:28 +0000
committerMartyn Capewell <martyn.capewell@arm.com>2017-03-15 16:37:28 +0000
commit6168e7e1eec52c9cb0a62f87f94df0582dc48aa8 (patch)
tree330355bece9e2f304cca7eb48e0908324dd1ad0e
parentb0d26b55107dc3f490bf9dc3e2419dfb1b6c4663 (diff)
Add header file renaming to pull scriptHEADmaster
Change-Id: I789442bd6cee99d551734df4d7e47dab186b9921
-rwxr-xr-xpull-from-vixl.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pull-from-vixl.sh b/pull-from-vixl.sh
index f0cb0de..4db0d64 100755
--- a/pull-from-vixl.sh
+++ b/pull-from-vixl.sh
@@ -87,3 +87,6 @@ mv $linaro_vixl_traces_dir/*.h .
# Delete repository.
rm -rf vixl
+
+# Rename trace files to match V8's expectation.
+ls -1 *.h | grep -oP "sim\-.+\-trace\-" | xargs -i mv {}aarch64.h {}arm64.h