diff options
author | Charlie Barto <chbarto@microsoft.com> | 2025-01-27 14:47:38 -0800 |
---|---|---|
committer | Charlie Barto <chbarto@microsoft.com> | 2025-01-27 14:47:38 -0800 |
commit | 6dfde42342306b513e7724a5441d6cd383444f79 (patch) | |
tree | 1e995f7afb23af0cdfa8c11d70694eb91446a6dd | |
parent | cf22f1cfc171c4661945d14878564995c57fafdf (diff) | |
download | llvm-users/chbarto/test_msvc_test_fixups.zip llvm-users/chbarto/test_msvc_test_fixups.tar.gz llvm-users/chbarto/test_msvc_test_fixups.tar.bz2 |
clang-format commentusers/chbarto/test_msvc_test_fixups
-rw-r--r-- | compiler-rt/test/asan/TestCases/alloca_instruments_all_paddings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/alloca_instruments_all_paddings.cpp b/compiler-rt/test/asan/TestCases/alloca_instruments_all_paddings.cpp index 02110de6..4688079 100644 --- a/compiler-rt/test/asan/TestCases/alloca_instruments_all_paddings.cpp +++ b/compiler-rt/test/asan/TestCases/alloca_instruments_all_paddings.cpp @@ -5,7 +5,6 @@ // MSVC does not support asan-instrament-dynamic-allocas yet // UNSUPPORTED: msvc - #include "sanitizer/asan_interface.h" #include <assert.h> #include <stdint.h> |