{"id":42357306,"url":"https://github.com/tzhenghao/llvm-tutorial","last_synced_at":"2026-01-27T16:36:20.838Z","repository":{"id":222940173,"uuid":"693980170","full_name":"tzhenghao/llvm-tutorial","owner":"tzhenghao","description":"Code for LLVM's official tutorial","archived":false,"fork":false,"pushed_at":"2023-10-01T06:32:56.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-17T06:26:17.384Z","etag":null,"topics":["compiler","cpp","llvm"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tzhenghao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-09-20T05:08:30.000Z","updated_at":"2024-02-17T06:26:18.565Z","dependencies_parsed_at":"2024-02-17T06:36:21.541Z","dependency_job_id":null,"html_url":"https://github.com/tzhenghao/llvm-tutorial","commit_stats":null,"previous_names":["tzhenghao/llvm-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tzhenghao/llvm-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzhenghao%2Fllvm-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzhenghao%2Fllvm-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzhenghao%2Fllvm-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzhenghao%2Fllvm-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tzhenghao","download_url":"https://codeload.github.com/tzhenghao/llvm-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzhenghao%2Fllvm-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","cpp","llvm"],"created_at":"2026-01-27T16:36:20.773Z","updated_at":"2026-01-27T16:36:20.831Z","avatar_url":"https://github.com/tzhenghao.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llvm-tutorial\n\nCode for LLVM's official tutorial\n\n## Instructions\n\n### CMake (recommended)\n\n1. Navigate to the `build` directory: `cd build`\n2. Configure and generate build files with CMake (via Ninja): `cmake .. -G Ninja`\n3. Build with Ninja: `ninja`\n\n### Manual (with clang)\n\n```cpp\nclang++ -g -O3 main.cpp `llvm-config-16 --cxxflags --ldflags --system-libs --libs core` -o toy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzhenghao%2Fllvm-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftzhenghao%2Fllvm-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzhenghao%2Fllvm-tutorial/lists"}