Skip to content

Add GitHub Actions workflows#54

Closed
lzaoral wants to merge 9 commits into
masterfrom
add-ci
Closed

Add GitHub Actions workflows#54
lzaoral wants to merge 9 commits into
masterfrom
add-ci

Conversation

@lzaoral

@lzaoral lzaoral commented Dec 22, 2022

Copy link
Copy Markdown

Fixes: #3

@lzaoral lzaoral added the enhancement New feature or request label Dec 22, 2022
@lzaoral lzaoral self-assigned this Dec 22, 2022
@lzaoral

lzaoral commented Dec 22, 2022

Copy link
Copy Markdown
Author

The compilation and test failures are unrelated to the CI configuration. Assigning to @vmihalko so that he can look into them further.

... because it's redundant. CMake tracks changes in used headers on its own.
... 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
... from the list of libraries for linker.
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

lzaoral commented Jan 2, 2023

Copy link
Copy Markdown
Author

@vmihalko, rebased with additional support for Windows.

@lzaoral lzaoral removed their assignment Feb 20, 2023
Comment thread .github/dependabot.yml
@lzaoral

lzaoral commented Mar 9, 2024

Copy link
Copy Markdown
Author

@vmihalko Do you have any updates? I'd really love to have this PR finally closed. 😃

@lzaoral

lzaoral commented Mar 9, 2024

Copy link
Copy Markdown
Author

My bad, I see that you already track that in vmihalko#3. Closing...

@lzaoral lzaoral closed this Mar 9, 2024
@lzaoral lzaoral deleted the add-ci branch March 9, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CI

2 participants