-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
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
LLVMlibraries - Find and link against
Clanglibraries - Use the found
ClangC and C++ compiler to compile sample source files - Find and link against
MLIRlibraries