{"id":15562784,"url":"https://github.com/sonsongithub/llvm_jit_compile","last_synced_at":"2025-04-23T23:14:17.461Z","repository":{"id":66551731,"uuid":"236270815","full_name":"sonsongithub/llvm_jit_compile","owner":"sonsongithub","description":"Try to \"Just In Time\" compile using LLVM.","archived":false,"fork":false,"pushed_at":"2021-06-13T09:09:20.000Z","size":147,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T23:14:07.468Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonsongithub.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,"publiccode":null,"codemeta":null}},"created_at":"2020-01-26T05:23:11.000Z","updated_at":"2022-11-15T16:40:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5a1ebfd-e2b5-449d-a15c-5cdfff53905c","html_url":"https://github.com/sonsongithub/llvm_jit_compile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonsongithub%2Fllvm_jit_compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonsongithub%2Fllvm_jit_compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonsongithub%2Fllvm_jit_compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonsongithub%2Fllvm_jit_compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonsongithub","download_url":"https://codeload.github.com/sonsongithub/llvm_jit_compile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528879,"owners_count":21445518,"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-02T16:16:19.256Z","updated_at":"2025-04-23T23:14:17.456Z","avatar_url":"https://github.com/sonsongithub.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# llvm_jit_compile\nTry to \"Just In Time\" compile using LLVM.\n\n# Requirement\n\nLLVM, you can install it mac brew. https://llvm.org\n\n# How compile\n\nYou have to specify include and library paths when compiling and linking.\nIt's easy to use `llvm-config`.\n\n## Example\n\n```\nLLVM_CONFIG=/usr/local/opt/llvm/bin/llvm-config\nclang++ -c ./main.cpp -o ./main.o `${LLVM_CONFIG} --cxxflags`\nclang++ -o ./a.out ./main.o `${LLVM_CONFIG} --ldflags --libs --libfiles --system-libs`\n./a.out\n```\n\n## Visual Studio code\n\n```\n\"args\": [\n    \"-g\",\n    \"${file}\",\n    \"-o\",\n    \"${fileDirname}/${fileBasenameNoExtension}\",\n    \"`/usr/local/opt/llvm/bin/llvm-config\", \"--cxxflags`\",\n    \"`/usr/local/opt/llvm/bin/llvm-config\", \"--ldflags\", \"--libs\", \"--libfiles\", \"--system-libs`\"\n],\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonsongithub%2Fllvm_jit_compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonsongithub%2Fllvm_jit_compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonsongithub%2Fllvm_jit_compile/lists"}