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

Add GitHub Actions workflows #54

Closed
wants to merge 9 commits into from
Closed

Add GitHub Actions workflows #54

wants to merge 9 commits into from

Commits on Jan 2, 2023

  1. cmake: remove headers from sources

    ... because it's redundant. CMake tracks changes in used headers on its own.
    lzaoral committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    4ecc228 View commit details
    Browse the repository at this point in the history
  2. cmake: fix compatibility with multiconfig generators

    ... e.g. with Ninja Multi-Config or Xcode.
    
    Fixes:
    CMake Error in test/CMakeLists.txt:
      Evaluation file to be written multiple times with different content.  This
      is generally caused by the content evaluating the configuration type,
      language, or location of object files:
    
       /home/lukas/llvm2c/build/test/run
    lzaoral committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    ae3ef14 View commit details
    Browse the repository at this point in the history
  3. cmake: remove redundant static LLVM libraries

    ... from the list of libraries for linker.
    lzaoral committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    6983968 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e87d316 View commit details
    Browse the repository at this point in the history
  5. parser: remove unused function

    Fixes:
    llvm2c/parser/createExpressions.cpp:60:61: error: unused function 'args_wrapper' [-Werror,-Wunused-function]
    static inline llvm::iterator_range<llvm::User::op_iterator> args_wrapper(llvm::CallInst *CI) {
    lzaoral committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    82187a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30a461d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17fc0ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fff8e14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    404c9a4 View commit details
    Browse the repository at this point in the history