[PATCH] D64427: LLVM Test-Suite: Support Cross-Compilation and Cross-execution targeting arm64-linux-android
Ziang Wan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 13:41:09 PDT 2019
ziangwan updated this revision to Diff 209055.
ziangwan added a comment.
Update diff:
1. Have a workaround inside top-level CMakeLists.txt to set TARGET_OS to Android.
2. Test against `TARGET_OS` instead of `TEST_SUITE_REMOTE_CLIENT` in the build system.
3. lit.site.cfg.in: remove the double quote around @TEST_SUITE_PROFILE_GENERATE at .
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64427/new/
https://reviews.llvm.org/D64427
Files:
CMakeLists.txt
External/SPEC/CFP2006/CMakeLists.txt
External/SPEC/CINT2006/462.libquantum/CMakeLists.txt
External/SPEC/CINT2006/CMakeLists.txt
MicroBenchmarks/CMakeLists.txt
MultiSource/Applications/CMakeLists.txt
MultiSource/Benchmarks/CMakeLists.txt
MultiSource/Benchmarks/DOE-ProxyApps-C++/CMakeLists.txt
MultiSource/Benchmarks/MiBench/CMakeLists.txt
MultiSource/Benchmarks/Prolangs-C/CMakeLists.txt
SingleSource/UnitTests/CMakeLists.txt
cmake/caches/target-arm64-android-template.sh
lit.cfg
lit.site.cfg.in
litsupport/modules/android.py
utils/rsync_android.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64427.209055.patch
Type: text/x-patch
Size: 15867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/42cda1e4/attachment.bin>
More information about the llvm-commits
mailing list