{"id":25954040,"url":"https://github.com/delcypher/srg-llvm-pass-tutorial","last_synced_at":"2025-03-04T15:48:46.435Z","repository":{"id":17807121,"uuid":"20696164","full_name":"delcypher/srg-llvm-pass-tutorial","owner":"delcypher","description":"Code used in a short tutorial on LLVM passes for the Software Reliablity Group (SRG) at Imperial","archived":false,"fork":false,"pushed_at":"2015-04-26T16:04:29.000Z","size":181,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-06T04:33:40.280Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delcypher.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}},"created_at":"2014-06-10T18:13:18.000Z","updated_at":"2024-05-11T01:15:25.000Z","dependencies_parsed_at":"2022-09-24T02:13:43.571Z","dependency_job_id":null,"html_url":"https://github.com/delcypher/srg-llvm-pass-tutorial","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/delcypher%2Fsrg-llvm-pass-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delcypher%2Fsrg-llvm-pass-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delcypher%2Fsrg-llvm-pass-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delcypher%2Fsrg-llvm-pass-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delcypher","download_url":"https://codeload.github.com/delcypher/srg-llvm-pass-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877446,"owners_count":20035403,"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":"2025-03-04T15:48:45.763Z","updated_at":"2025-03-04T15:48:46.427Z","avatar_url":"https://github.com/delcypher.png","language":"C++","funding_links":[],"categories":["Starchart"],"sub_categories":[],"readme":"LLVM passes tutorial\n====================\n\nThese are the sources used in a [tutorial](https://docs.google.com/presentation/d/1fxsbeGIwcMN5iLDLiIImKIwNwATSy1ilDuTOPDBqw_k/) given to the [Software Reliability\nGroup at Imperial College London](http://srg.doc.ic.ac.uk).\n\nTo get started run...\n\nInstall or build LLVM 3.5 with the corresponding clang and compiler-rt\nand then run the following.\n\n```\n$ cd /some/path\n$ git clone git://github.com/delcypher/srg-llvm-pass-tutorial.git src/\n$ mkdir build\n$ cd build\n$ cmake-gui ../src\n$ make\n```\n\nYou may need to specify the ``LLVM_DIR`` variable to CMake so it knows\nwhere to find the LLVM CMake modules. This should be a directory to the\nfolder containing ``LLVMConfig.cmake``. Typically this is something like\n``/path/to/llvm/build/share/llvm/cmake/``. You can specify this on the command-line\ninstead of using ``cmake-gui`` or ``ccmake`` like so...\n\n```\n$ cmake -DLLVM_DIR:STRING=/path/to/llvm/build/share/llvm/cmake/ ../src\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelcypher%2Fsrg-llvm-pass-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelcypher%2Fsrg-llvm-pass-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelcypher%2Fsrg-llvm-pass-tutorial/lists"}