We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set PATH=%PATH%;"c:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64"
set PATH=%PATH%;"f:\MinGW\llvm-mingw-20230614-msvcrt-x86_64\llvm-mingw-20230614-msvcrt-x86_64\bin"
cmake -S F:\MinGW\llvm-project\runtimes -B build-mingw -DLIBCXX_ENABLE_WERROR=YES -DLIBCXXABI_ENABLE_WERROR=YES -DLIBUNWIND_ENABLE_WERROR=YES -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" -DLIBCXX_CXX_ABI=libcxxabi -Clibcxx/cmake/caches/MinGW.cmake -DCMAKE_C_COMPILER=x86_64-w64-mingw32-clang -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-clang.exe -DCMAKE_ASM_COMPILER=x86_64-w64-mingw32-clang -G "MinGW Makefiles"
mingw32-make
python bin\llvm-lit.py -a ..\libcxx\test\std\containers\views\mdspan\mdspan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MinGW
set PATH=%PATH%;"c:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64"
set PATH=%PATH%;"f:\MinGW\llvm-mingw-20230614-msvcrt-x86_64\llvm-mingw-20230614-msvcrt-x86_64\bin"
mingw32-make
python bin\llvm-lit.py -a ..\libcxx\test\std\containers\views\mdspan\mdspan
The text was updated successfully, but these errors were encountered: