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

[Debugging][Do not merge] Upgrade cpt for LLVM 9 #216

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

Commits on Mar 24, 2021

  1. Update cpt to handle new LLVM 9 dependency

    Non-LLVM binary builds work
    reikdas committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ac72a86 View commit details
    Browse the repository at this point in the history
  2. Fix Cling build using LLVM 9 binary

    Do not allow building using system LLVM to avoid patching it.
    reikdas committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    07ed7fb View commit details
    Browse the repository at this point in the history
  3. Different approach to build using binary LLVM

    Disable tar builds and use -isystem flag to point to patched headers
    reikdas committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    1041b1d View commit details
    Browse the repository at this point in the history
  4. x

    reikdas committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ef3ac2e View commit details
    Browse the repository at this point in the history
  5. x

    reikdas committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    970d8b0 View commit details
    Browse the repository at this point in the history
  6. Fix macOS binary build

    reikdas committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    deaaac6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18def66 View commit details
    Browse the repository at this point in the history
  8. Verbosity

    reikdas committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    42e2164 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6eedbe2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. x

    reikdas committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    f1397a0 View commit details
    Browse the repository at this point in the history
  2. x

    reikdas committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c9ab9b3 View commit details
    Browse the repository at this point in the history
  3. x

    reikdas committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    28dadc8 View commit details
    Browse the repository at this point in the history
  4. X

    reikdas committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    078aad9 View commit details
    Browse the repository at this point in the history
  5. x

    reikdas committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    7caca9a View commit details
    Browse the repository at this point in the history
  6. x

    reikdas committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    69c0fa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    253f554 View commit details
    Browse the repository at this point in the history
  2. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1233790 View commit details
    Browse the repository at this point in the history
  3. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a6be432 View commit details
    Browse the repository at this point in the history
  4. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    bc923ee View commit details
    Browse the repository at this point in the history
  5. Try without install_prefix

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    8ee5121 View commit details
    Browse the repository at this point in the history
  6. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1f0adc3 View commit details
    Browse the repository at this point in the history
  7. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1a2aecb View commit details
    Browse the repository at this point in the history
  8. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    7fdce6e View commit details
    Browse the repository at this point in the history
  9. Set python=python3

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    8f190b2 View commit details
    Browse the repository at this point in the history
  10. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e8e34ff View commit details
    Browse the repository at this point in the history
  11. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ef6d9e8 View commit details
    Browse the repository at this point in the history
  12. x

    reikdas committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    38eb53c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Set FileCheck name

    reikdas committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    37c4739 View commit details
    Browse the repository at this point in the history
  2. Fix Python invocation

    reikdas committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    4344563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4a1ee8 View commit details
    Browse the repository at this point in the history
  4. Fix lit invocation

    reikdas committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    6b84a39 View commit details
    Browse the repository at this point in the history
  5. Build FileCheck?

    reikdas committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    2c6025e View commit details
    Browse the repository at this point in the history
  6. Get FileCheck via symlink

    reikdas committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    851033a View commit details
    Browse the repository at this point in the history
  7. Fix syntax

    reikdas committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    5ffddae View commit details
    Browse the repository at this point in the history
  8. Fix more syntax

    reikdas committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    fb47ce7 View commit details
    Browse the repository at this point in the history
  9. Set Python CMake variable

    reikdas committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    b52db6c View commit details
    Browse the repository at this point in the history