{"id":39099278,"url":"https://github.com/newworldcomingsoon/llvm-msvc-build","last_synced_at":"2026-01-17T19:01:30.139Z","repository":{"id":38233043,"uuid":"466040092","full_name":"NewWorldComingSoon/llvm-msvc-build","owner":"NewWorldComingSoon","description":"This project migrated to https://github.com/backengineering/llvm-msvc","archived":false,"fork":false,"pushed_at":"2023-09-03T19:01:11.000Z","size":236,"stargazers_count":137,"open_issues_count":0,"forks_count":25,"subscribers_count":5,"default_branch":"main","last_synced_at":"2023-11-07T15:34:55.774Z","etag":null,"topics":["build","compatibility","compiler","infosec","llvm","msvc","windows"],"latest_commit_sha":null,"homepage":"https://llvm-msvc.win","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NewWorldComingSoon.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}},"created_at":"2022-03-04T08:20:19.000Z","updated_at":"2023-10-30T09:52:23.000Z","dependencies_parsed_at":"2023-02-14T18:16:01.748Z","dependency_job_id":null,"html_url":"https://github.com/NewWorldComingSoon/llvm-msvc-build","commit_stats":null,"previous_names":[],"tags_count":15,"template":null,"template_full_name":null,"purl":"pkg:github/NewWorldComingSoon/llvm-msvc-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2Fllvm-msvc-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2Fllvm-msvc-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2Fllvm-msvc-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2Fllvm-msvc-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewWorldComingSoon","download_url":"https://codeload.github.com/NewWorldComingSoon/llvm-msvc-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2Fllvm-msvc-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"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":["build","compatibility","compiler","infosec","llvm","msvc","windows"],"created_at":"2026-01-17T19:01:29.225Z","updated_at":"2026-01-17T19:01:30.119Z","avatar_url":"https://github.com/NewWorldComingSoon.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# `llvm-msvc-build`\n\n[![GitHub license](https://img.shields.io/github/license/NewWorldComingSoon/llvm-msvc-build)](https://github.com/NewWorldComingSoon/llvm-msvc-build/blob/main/LICENSE)\n[![Github All Releases](https://img.shields.io/github/downloads/NewWorldComingSoon/llvm-msvc-build/total.svg)](https://github.com/NewWorldComingSoon/llvm-msvc-build/releases) \n[![GitHub release](https://img.shields.io/github/release/NewWorldComingSoon/llvm-msvc-build.svg)](https://github.com/NewWorldComingSoon/llvm-msvc-build/releases) \n\nThis project migrated to https://github.com/backengineering/llvm-msvc\n\n## What's llvm-msvc?\nA [project](https://github.com/NewWorldComingSoon/llvm-msvc) that forked LLVM focused on MSVC Compatibility.\n\nBecause there are more hacky operations, a lot of code can not be submitted directly to the official. So there is this branch.\n\n## Features:\n- SEH support.\n- Compatible with MSVC syntax as much as possible.\n- Windows Driver support.(Now only X64)\n- Intrinsic support.\n- Naked X64 inline asm support.\n\n## How to use llvm-msvc?\n- Install Visual Studio 2015~2022(I suggest 2022) with WDK11.\n- Install llvm-msvc in this repository ([llvm-msvc_X86_64_installer.exe](https://github.com/NewWorldComingSoon/llvm-msvc-build/releases))\n- Create your windows driver project and select \"LLVM-MSVC_v143_KernelMode\" as your platform toolset.\n- Compile it.\n\n## Project template\nHere is a Visual Studio windows driver example: [[link]](https://github.com/gmh5225/LLVMWindowsDriverTest)\n\n![image](https://github.com/NewWorldComingSoon/llvm-msvc-build/blob/main/LLVMDriverTest.png)\n\n\nHere is a cmkr windows driver template: [[link]](https://github.com/NewWorldComingSoon/llvm-msvc-windows-driver-template)\n\n![image](https://github.com/NewWorldComingSoon/llvm-msvc-build/assets/13917777/2da39155-1232-4cc4-9ce1-f35d08d2a685)\n\n\n## Learning\nIf you don't know how to learn LLVM, you can check out this [repository](https://github.com/gmh5225/awesome-llvm-security) of mine.\n\n## Issues\nIf you have any questions, please tell me or send [issues](https://github.com/NewWorldComingSoon/llvm-msvc-issues/issues)\n\n## Credits\n- LLVM\n- Some anonymous people\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewworldcomingsoon%2Fllvm-msvc-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewworldcomingsoon%2Fllvm-msvc-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewworldcomingsoon%2Fllvm-msvc-build/lists"}