[lld] 0cb5960 - Mark test icf-safe.s as requiring aarch64 to fix buildbots which don't build that target.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 22:46:29 PDT 2022
Author: Douglas Yung
Date: 2022-05-03T22:45:43-07:00
New Revision: 0cb59607dc9b9bf16e3e21b817116d9a87fea6fc
URL: https://github.com/llvm/llvm-project/commit/0cb59607dc9b9bf16e3e21b817116d9a87fea6fc
DIFF: https://github.com/llvm/llvm-project/commit/0cb59607dc9b9bf16e3e21b817116d9a87fea6fc.diff
LOG: Mark test icf-safe.s as requiring aarch64 to fix buildbots which don't build that target.
Added:
Modified:
lld/test/MachO/icf-safe.s
Removed:
################################################################################
diff --git a/lld/test/MachO/icf-safe.s b/lld/test/MachO/icf-safe.s
index 014156a5543a0..ceb324e48a0f3 100644
--- a/lld/test/MachO/icf-safe.s
+++ b/lld/test/MachO/icf-safe.s
@@ -15,6 +15,8 @@
; ICFALL-NEXT: bl _func03_takeaddr
; ICFALL-NEXT: bl _func03_takeaddr
+; REQUIRES: aarch64
+
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
target triple = "arm64-apple-ios7.0.0"
More information about the llvm-commits
mailing list