[clang] [Clang] Enable nsan instrumentation pass (PR #97359)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 2 00:33:09 PDT 2024


================
@@ -0,0 +1,7 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - -fsanitize=numerical %s | FileCheck %s
----------------
MaskRay wrote:

remove `-unknown-unknown`

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


More information about the cfe-commits mailing list