https://github.com/yutopp/llvm-exception-handling-test
LLVMと一緒に例外ハンドリングのランタイムを実装してみるよ!
https://github.com/yutopp/llvm-exception-handling-test
Last synced: 11 months ago
JSON representation
LLVMと一緒に例外ハンドリングのランタイムを実装してみるよ!
- Host: GitHub
- URL: https://github.com/yutopp/llvm-exception-handling-test
- Owner: yutopp
- Created: 2014-05-08T06:54:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T06:58:11.000Z (about 12 years ago)
- Last Synced: 2025-04-24T01:41:20.137Z (about 1 year ago)
- Language: C++
- Size: 113 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For Linux(x86_64)
An exception handling runtime and LLVM samples.
```
./build.sh && ./a.out
```
Boost License Version 1.0