[compiler-rt] aefa30e - [ORC-RT] Add a comment explaining the purpose of this testcase. NFC.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 16:02:18 PST 2025


Author: Lang Hames
Date: 2025-02-06T11:02:06+11:00
New Revision: aefa30e2301f155d4f4737d6f6c55c66eac58b2d

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

LOG: [ORC-RT] Add a comment explaining the purpose of this testcase. NFC.

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-commits mailing list