{"id":15398031,"url":"https://github.com/farzonl/llvm-practice","last_synced_at":"2025-04-12T02:14:13.577Z","repository":{"id":209117381,"uuid":"723242840","full_name":"farzonl/llvm-practice","owner":"farzonl","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-11T07:56:17.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T02:14:10.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/farzonl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2023-11-25T03:35:02.000Z","updated_at":"2023-11-25T03:49:24.000Z","dependencies_parsed_at":"2024-10-19T05:17:26.120Z","dependency_job_id":null,"html_url":"https://github.com/farzonl/llvm-practice","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"23a381d6512d5b20eab89ad80749a003b53809ee"},"previous_names":["farzonl/llvm-practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Fllvm-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Fllvm-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Fllvm-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farzonl%2Fllvm-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farzonl","download_url":"https://codeload.github.com/farzonl/llvm-practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505925,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-01T15:40:34.682Z","updated_at":"2025-04-12T02:14:13.552Z","avatar_url":"https://github.com/farzonl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Windows Build Instructions\n- First build llvm\n```bat\n\"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\Tools\\VsDevCmd.bat\" -arch=amd64  \n\ncmake -G Ninja -B llvm_win_clang_build -S llvm-project\\llvm -DLLVM_ENABLE_PROJECTS=llvm;clang;lld -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCMAKE_BUILD_TYPE=Release -DLLVM_HOST_TRIPLE=x86_64 -DCMAKE_LINKER=lld.exe -DCMAKE_INSTALL_PREFIX=\"D:/projects/llvm_install\"\n-DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=TRUE\n\nninja -C llvm_win_clang_build\n```\n- Then install llvm\n```bat\nninja -C llvm_win_clang_build install\n```\n\n- Then build llvm-practice\n```bat\n\"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\Tools\\VsDevCmd.bat\" -arch=amd64\ncmake -G Ninja -B build -DLLVM_DIR=\"D:/projects/llvm-project/llvm/cmake/modules\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang.exe -DCMAKE_LINKER=lld.exe -S .\n\nninja -C build\n```\n\n- Then test the plugin\n```\n```\n\n## Docker Build \u0026 Run \n- Build: `docker build -t llvm-practice:latest .`\n- Run: `docker run  --name lllvm-practice_vm -it llvm-practice:latest`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarzonl%2Fllvm-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarzonl%2Fllvm-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarzonl%2Fllvm-practice/lists"}