Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis build fix for 15 and 16 | terminaldweller | 2022-11-24 | 1 | -1/+1 |
| | |||||
* | llvm/clang 16 support | terminaldweller | 2022-11-24 | 1 | -0/+4 |
| | |||||
* | [patch] Use a reasonable fallback for LLVM_CONF | André Schröder | 2021-08-02 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | In #19 I wrote that I couldn't compile the code via $ cmake -B build -S cgrep/ -DUSE_MONOLITH_LIBTOOLING=ON -DCMAKE_CXX_COMPILER=clang++ $ cmake --build build This is because I didn't set LLVM_CONF and it falls back to llvm-config-10. There are two problems with this: First, CMake didn't actually check if LLVM_CONF existed. I now check it via the REQUIRED argument in find_program. Second, my OS (Arch Linux) doesn't name the binary like llvm-config-10 but it's called llvm-config, so the fallback never works on Arch. Thus, I added a non-complete but somewhat reasonable list of possible names. | ||||
* | added llvm 12 and 13 to travis. added some dockerfiles i used for ↵ | terminaldweller | 2021-07-14 | 1 | -8/+0 |
| | | | | building/testing against different llvm versions. | ||||
* | its working now | bloodstalker | 2020-11-03 | 1 | -4/+8 |
| | |||||
* | more fixes | bloodstalker | 2020-11-03 | 1 | -11/+13 |
| | |||||
* | some fixes for the cmake files | bloodstalker | 2020-11-03 | 1 | -6/+7 |
| | |||||
* | cmake at last | bloodstalker | 2020-10-30 | 1 | -0/+50 |