[compiler-rt] [msan] Support prctl PR_GET_NAME call (PR #98951)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 18:40:09 PDT 2024


================
@@ -0,0 +1,24 @@
+// RUN: %clangxx_msan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// REQUIRES: linux
----------------
vitalybuka wrote:

`REQUIRES: linux`
is equivalent to putting the test into Linux/ subdir



https://github.com/llvm/llvm-project/pull/98951


More information about the llvm-commits mailing list