[compiler-rt] f5ccac7 - [compiler-rt][test][asan] Fix typo in fake_stack_gc.cpp

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 01:11:30 PDT 2023


Author: David Spickett
Date: 2023-08-10T08:10:50Z
New Revision: f5ccac713f0c5d4ef25999ca5b3b228fe8fe54f9

URL: https://github.com/llvm/llvm-project/commit/f5ccac713f0c5d4ef25999ca5b3b228fe8fe54f9
DIFF: https://github.com/llvm/llvm-project/commit/f5ccac713f0c5d4ef25999ca5b3b228fe8fe54f9.diff

LOG: [compiler-rt][test][asan] Fix typo in fake_stack_gc.cpp

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
index 8d6a9afc02d5e4..50dd869ccf7011 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
@@ -1,4 +1,4 @@
-q// RUN: %clangxx_asan -O0 -pthread %s -o %t && %env_asan_opts=use_sigaltstack=0 %run not --crash %t 2>&1 | FileCheck %s
+// RUN: %clangxx_asan -O0 -pthread %s -o %t && %env_asan_opts=use_sigaltstack=0 %run not --crash %t 2>&1 | FileCheck %s
 
 // Check that fake stack does not discard frames on the main stack, when GC is
 // triggered from high alt stack.


        


More information about the llvm-commits mailing list