[compiler-rt] 9a4661c - [nfc][ubsan] Fix case of UNSUPPORTED:
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 12:40:07 PDT 2024
Author: Vitaly Buka
Date: 2024-10-18T12:39:24-07:00
New Revision: 9a4661cf31ea41143ee1c5a926a75320f91b1783
URL: https://github.com/llvm/llvm-project/commit/9a4661cf31ea41143ee1c5a926a75320f91b1783
DIFF: https://github.com/llvm/llvm-project/commit/9a4661cf31ea41143ee1c5a926a75320f91b1783.diff
LOG: [nfc][ubsan] Fix case of UNSUPPORTED:
Added:
Modified:
compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp b/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
index a716072ef483f9..081eec049e3fc6 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
@@ -6,7 +6,7 @@
// UNSUPPORTED: i386-target-arch, internal_symbolizer
// Does not link.
-// UNSUPPORTED: Darwin
+// UNSUPPORTED: darwin
#include <signal.h>
#include <stdio.h>
More information about the llvm-commits
mailing list