Commit 7cda9e93 by Jakub Jelinek Committed by Jakub Jelinek

* gcc.target/arm/lto/lto.exp: Exit immediately if not arm*-*-* target.

From-SVN: r211860
parent 0e37a2f3
2014-06-20 Jakub Jelinek <jakub@redhat.com>
* gcc.target/arm/lto/lto.exp: Exit immediately if not arm*-*-* target.
2014-06-20 Marek Polacek <polacek@redhat.com>
* c-c++-common/ubsan/bounds-1.c: New test.
......
......@@ -16,6 +16,10 @@
#
# Contributed by Diego Novillo <dnovillo@google.com>
# Exit immediately if this isn't an ARM target.
if ![istarget arm*-*-*] then {
return
}
# Test link-time optimization across multiple files.
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment