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; _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits