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

Conversation

lzaoral
Copy link

@lzaoral lzaoral commented Dec 22, 2022

Fixes: #3

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

lzaoral commented Dec 22, 2022

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
Copy link
Author

lzaoral commented Jan 2, 2023

@vmihalko, rebased with additional support for Windows.

@lzaoral lzaoral removed their assignment Feb 20, 2023
@lzaoral
Copy link
Author

lzaoral commented Mar 9, 2024

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

@lzaoral
Copy link
Author

lzaoral commented Mar 9, 2024

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