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

Simple LLVM project as smoke test #945

Open
4 tasks
ekilmer opened this issue May 16, 2022 · 0 comments
Open
4 tasks

Simple LLVM project as smoke test #945

ekilmer opened this issue May 16, 2022 · 0 comments

Comments

@ekilmer
Copy link
Collaborator

ekilmer commented May 16, 2022

With the recent addition of LLVM 14, there have been a few bugs that prevent expected behavior during our tool builds. These bugs could have been prevented with a simple LLVM project that can be used as a smoke-test to make sure certain features of the LLVM package(s) are behaving as expected.

The simple LLVM project should have the following features (feel free to request more):

  • Find and link against LLVM libraries
  • Find and link against Clang libraries
  • Use the found Clang C and C++ compiler to compile sample source files
  • Find and link against MLIR libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant