[llvm-branch-commits] [compiler-rt] 7782b83 - [ORC-RT] Add a comment explaining the purpose of this testcase. NFC.
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 8 13:40:51 PST 2025
Author: Lang Hames
Date: 2025-02-08T16:19:53Z
New Revision: 7782b8310d49d7b3751ecc7ce7511c0c34f62efb
URL: https://github.com/llvm/llvm-project/commit/7782b8310d49d7b3751ecc7ce7511c0c34f62efb
DIFF: https://github.com/llvm/llvm-project/commit/7782b8310d49d7b3751ecc7ce7511c0c34f62efb.diff
LOG: [ORC-RT] Add a comment explaining the purpose of this testcase. NFC.
(cherry picked from commit aefa30e2301f155d4f4737d6f6c55c66eac58b2d)
Added:
Modified:
compiler-rt/test/orc/TestCases/Darwin/Generic/exceptions.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/orc/TestCases/Darwin/Generic/exceptions.cpp b/compiler-rt/test/orc/TestCases/Darwin/Generic/exceptions.cpp
index 7e9c40c724aec6c..304588a32738604 100644
--- a/compiler-rt/test/orc/TestCases/Darwin/Generic/exceptions.cpp
+++ b/compiler-rt/test/orc/TestCases/Darwin/Generic/exceptions.cpp
@@ -3,6 +3,7 @@
//
// REQUIRES: system-darwin && host-arch-compatible
+// Test that trivial throw / catch works.
int main(int argc, char *argv[]) {
try {
throw 42;
More information about the llvm-branch-commits
mailing list