[compiler-rt] cd2387b - [hwasan] Commit missed REQUIRES: stable-runtime.
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 05:58:22 PDT 2021
Author: Florian Mayer
Date: 2021-08-02T13:58:11+01:00
New Revision: cd2387b56dc82e1df314a46e8b987db45defc189
URL: https://github.com/llvm/llvm-project/commit/cd2387b56dc82e1df314a46e8b987db45defc189
DIFF: https://github.com/llvm/llvm-project/commit/cd2387b56dc82e1df314a46e8b987db45defc189.diff
LOG: [hwasan] Commit missed REQUIRES: stable-runtime.
Differential Revision: https://reviews.llvm.org/D107268
Added:
Modified:
compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp b/compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
index a12fa12dbd973..3f4c216345ec3 100644
--- a/compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
+++ b/compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
@@ -3,6 +3,7 @@
// RUN: %clangxx_hwasan -mllvm -hwasan-use-after-scope --std=c++11 -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s
// REQUIRES: aarch64-target-arch
+// REQUIRES: stable-runtime
#include <functional>
More information about the llvm-commits
mailing list