Skip to content

Commit

Permalink
2023-02-06-22-00-34 (from: Eplankton)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eplankton committed Feb 6, 2023
1 parent c6bab7a commit 7e97afb
Show file tree
Hide file tree
Showing 17 changed files with 534 additions and 395 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ tags
CMakeLists.txt
/.cache
/cmake-build-debug/
/cmake-build-release/
/.idea/
*.swp
10 changes: 9 additions & 1 deletion graphviz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@ cat test.callgraph.dot \
rm test.callgraph.dot
mv test.dot ..
cd ..
# dot -Tsvg test.dot > test.svg
# dot -Tsvg test.dot > test.svg

# clang++ \
# -Og \
# -S \
# -std=c++20 \
# -fno-exceptions \
# -emit-llvm include/*.cpp \
# -o main.ll
Loading

0 comments on commit 7e97afb

Please sign in to comment.