[compiler-rt] [ASan] Make most tests run under internal shell on Darwin (PR #168545)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 07:43:59 PST 2025


================
@@ -24,7 +24,8 @@
 // RUN: diff %t.imports-sorted %t.exports-sorted
 
 // Ensure that there is no dynamic dylib linked.
-// RUN: otool -L %t | (! grep -q "dynamic.dylib")
+// RUN: otool -L %t > %t.libs 
+// not grep -q "dynamic.dylib" < %t.libs
----------------
boomanaiden154 wrote:

Fixed.

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


More information about the llvm-commits mailing list