8000 GitHub - hkinke/testllvm: Reproduce a runtime error
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hkinke/testllvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test LLVM

Clone the project and go into project folder:

git clone https://github.com/hkinke/testllvm.git && cd testllvm

Configure and Build the project

cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Debug .
cmake --build build

Debug the project:

gdb ./build/main

Set a break point:

(gdb) b 114

Run the project

(gdb) run

Continue

(gdb) continue

Exit gdb

(gdb) quit

About

Reproduce a runtime error

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0