[compiler-rt] [llvm-lit] Add REQUIRES: shell in compiler-rt tests that use the `ulimit` command in lit internal shell (PR #105339)

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 17:09:48 PDT 2024


================
@@ -7,7 +7,7 @@
 // Limit this test to Linux since we're relying on allocator internal
 // limits (shadow memory size, allocation limits etc.)
 
-REQUIRES: shell
+REQUIRES : shell
----------------
ilovepi wrote:

The code formatting still seems to be an issue. The changes to the c++ should not be in the patch at all. 

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


More information about the llvm-commits mailing list