Skip to content
New issue

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

Reproduction-Instructions For LLVM-CI #21

Open
crtrott opened this issue Jul 23, 2023 · 0 comments
Open

Reproduction-Instructions For LLVM-CI #21

crtrott opened this issue Jul 23, 2023 · 0 comments

Comments

@crtrott
Copy link
Member

crtrott commented Jul 23, 2023

MinGW

  • Download mingw-llvm for windows.
  • install cmake for windows
  • install git for windows (got it from visual studio)
  • install python for windows
  • 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"
  • configure llvm:
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant