From b32eaf6236885de96205a008913168504342f702 Mon Sep 17 00:00:00 2001 From: mingmingl Date: Sun, 30 Jun 2024 11:04:05 -0700 Subject: [PATCH] [Test][compiler-rt]Require lld for instrprof-vtable-value-prof.cpp --- compiler-rt/test/profile/Linux/instrprof-vtable-value-prof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/profile/Linux/instrprof-vtable-value-prof.cpp b/compiler-rt/test/profile/Linux/instrprof-vtable-value-prof.cpp index 6cf73c6fdbd73..efb24751da5ff 100644 --- a/compiler-rt/test/profile/Linux/instrprof-vtable-value-prof.cpp +++ b/compiler-rt/test/profile/Linux/instrprof-vtable-value-prof.cpp @@ -1,4 +1,4 @@ -// REQUIRES: lld-available +// REQUIRES: lld, lld-available // Building the instrumented binary will fail because lld doesn't support // big-endian ELF for PPC (aka ABI 1).