Skip to content

Commit 7782b83

Browse files
lhamesllvmbot
authored andcommitted
[ORC-RT] Add a comment explaining the purpose of this testcase. NFC.
(cherry picked from commit aefa30e)
1 parent 50c4c2b commit 7782b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/orc/TestCases/Darwin/Generic/exceptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44
// REQUIRES: system-darwin && host-arch-compatible
55

6+
// Test that trivial throw / catch works.
67
int main(int argc, char *argv[]) {
78
try {
89
throw 42;

0 commit comments

Comments
 (0)