[llvm] a002606 - Add another missing REQUIRES: line
Alex Richardson via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 26 14:46:35 PDT 2023
Author: Alex Richardson
Date: 2023-10-26T14:46:20-07:00
New Revision: a002606404af1b0bc6bb92f46a6c1b7aa534bc67
URL: https://github.com/llvm/llvm-project/commit/a002606404af1b0bc6bb92f46a6c1b7aa534bc67
DIFF: https://github.com/llvm/llvm-project/commit/a002606404af1b0bc6bb92f46a6c1b7aa534bc67.diff
LOG: Add another missing REQUIRES: line
This test depends on the datalayout.
Added:
Modified:
llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
Removed:
################################################################################
diff --git a/llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll b/llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
index c678164f1f36b4f..643b2a8c274cf15 100644
--- a/llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
+++ b/llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll
@@ -1,4 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; REQUIRES: aarch64-registered-target, x86-registered-target
; RUN: opt -mtriple=x86_64-unknown-linux-gnu -passes=hwasan \
; RUN: -hwasan-use-after-scope=1 -hwasan-generate-tags-with-calls -S < %s | \
; RUN: FileCheck %s --check-prefixes=X86-SCOPE
More information about the llvm-commits
mailing list