Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-24 | travis build fix for 15 and 16 | terminaldweller | 1 | -1/+1 | |
2022-11-24 | llvm/clang 16 support | terminaldweller | 1 | -0/+4 | |
2021-08-02 | [patch] Use a reasonable fallback for LLVM_CONF | André Schröder | 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. | |||||
2021-07-14 | added llvm 12 and 13 to travis. added some dockerfiles i used for ↵ | terminaldweller | 1 | -8/+0 | |
building/testing against different llvm versions. | |||||
2020-11-03 | its working now | bloodstalker | 1 | -4/+8 | |
2020-11-03 | more fixes | bloodstalker | 1 | -11/+13 | |
2020-11-03 | some fixes for the cmake files | bloodstalker | 1 | -6/+7 | |
2020-10-30 | cmake at last | bloodstalker | 1 | -0/+50 | |