-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
build-problemclangClang issues not falling into any other categoryClang issues not falling into any other categoryquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
The windows binaries do not contain a target for wasm, so I decided to build it myself. This is a fresh install of Windows 11 using Visual Studio 2022. I compiled with CMake and Ninja as advised on https://clang.llvm.org/get_started.html
I ran cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=clang ..\llvm
then ninja check as advised on the "get started" page.
Testing Time: 893.79s
Total Discovered Tests: 98695
Skipped : 32 (0.03%)
Unsupported : 2898 (2.94%)
Passed : 95462 (96.72%)
Expectedly Failed: 203 (0.21%)
Failed : 100 (0.10%)
This is on tag llvmorg-19.1.7 commit cd708029e0b2869e80abe31ddb175f7c35361f90
Is this to be expected?
Metadata
Metadata
Assignees
Labels
build-problemclangClang issues not falling into any other categoryClang issues not falling into any other categoryquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!