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

macOS support + update code to fetch and build llvm #1239

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on May 22, 2023

  1. R builds on macOS but getting:

    JIT session error: Symbols not found: [ _ept_60000346b6c0, _ept_60000346be40, _ept_60000346bdb0, _ept_60000346b900, _efn_10252c0c0, _ept_10273d898, _ept_10273dd20, _ept_11a823e28, _ept_11a823f08, _ept_139812080, _ept_139812438, _ept_139812470, _ept_1398124e0, _ept_13981e690, _ept_13984b900, _ept_1712214d3, _ept_171221544, _ept_17122168c, _ept_171221781, _ept_171221794, _ept_171221aea, _ept_171222e24, _ept_600002f44c80, _ept_600002f453c0, _ept_600002f45f00, _ept_600002f46400, _ept_600002f4a480, _ept_600002f4e200, _ept_600002f4ed00, _ept_600002f4f700, _ept_600002f4fcc0, _ept_600002f4ff40, _ept_60000344a340, _ept_60000344a670, _ept_60000344a850, _ept_60000344ab80, _ept_60000344abb0, _ept_60000344af70, _ept_60000344b0f0, _ept_60000344b390, _ept_60000344b510, _ept_60000344b570, _ept_60000344b6f0, _ept_60000344b870, _ept_60000344b8d0, _ept_60000344ba50, _ept_60000344bae0, _ept_60000344bb70, _ept_60000344bd50, _ept_60000344bed0, _ept_60000346b480, _ept_60000346b540, _ept_60000346b570, _ept_60000346b600, _ept_60000346b630 ]
    Jakobeha committed May 22, 2023
    Configuration menu
    Copy the full SHA
    cefd372 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    a086c9e View commit details
    Browse the repository at this point in the history
  2. support LLVM anonymous symbols names in macOS, or maybe llvm 12.01 or…

    … some other difference in my environment
    Jakobeha committed May 23, 2023
    Configuration menu
    Copy the full SHA
    afc3296 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    666e5d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9263472 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    63ed7f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dccf28b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. bump to get CI run

    manually re-triggering wasn't working, and test-sanitize failure seems random unless it's a formatting issue
    Jakobeha committed May 29, 2023
    Configuration menu
    Copy the full SHA
    443d732 View commit details
    Browse the repository at this point in the history