[llvm] [clang] [KMSAN] Enable on PowerPC64 (PR #73611)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 21:45:19 PST 2023
================
@@ -0,0 +1,149 @@
+; RUN: opt < %s -S -msan-kernel=1 -passes=msan 2>&1 | FileCheck %s
----------------
MaskRay wrote:
Since the directory name contains `PowerPC`, it's unnecessary to repeat `ppc64le`.
You can use `basic-kernel.ll` like SystemZ/ or `kernel.ll`.
https://github.com/llvm/llvm-project/pull/73611
More information about the cfe-commits
mailing list