Commit Graph

70 Commits

Author SHA1 Message Date
Sam McCall
55b106258d
Compat with older python 2020-05-08 00:01:38 +02:00
Sam McCall
61703d6bba
Fix typo 2020-05-07 19:57:36 +02:00
Sam McCall
b51dc0092f
Test that linux binary depends on glibc 2.18 and no other dynamic symbols (#372)
This regressed twice over the last two months (new floating point
function versions, and accidental dynamic linking against zlib).
We also want to avoid regressions when merging remote index.

The test is able to do a little bit more than we use in the automated
build (the --sym flag is unused, as is unversioned --lib=GLIBC) but they're
pretty useful when experimenting with how to fix things!

We run the test right at the end, because if it fails we want to be able
to download the binary artifact and inspect it.
Unfortunately by the nature of the test we can only run it when we
produce a build, so currently weekly.
2020-05-07 15:50:12 +02:00
Sam McCall
2de2ec4404 Link against older, more-compatible versiosn of glibc symbols.
They're binary-compatible, the old versions are more widely available
and the new versions are more highly optimized. We prefer the former.
2020-05-07 15:19:22 +02:00
Sam McCall
12c31b0756 Extract cflags to variable to avoid duplication. NFC 2020-05-07 15:19:22 +02:00
Sam McCall
722567248f
Fix static linking of zlib. (#370)
Fix static linking of zlib.

Use of the standard FindZLIB and thus support for ZLIB_LIBRARIES was
removed upstream in llvm/llvm-project@916be8fd6a
2020-05-07 12:44:29 +02:00
Sam McCall
d740d020b6 [logo] media cards with subtitles for vscode-clangd etc repositories 2020-04-22 13:30:04 +02:00
Sam McCall
45de907b37 Also create SVG logo 2020-04-21 12:45:07 +02:00
Sam McCall
adc3c29c7f Add logo. Programmer art! 2020-04-21 12:36:33 +02:00
Sam McCall
efb0a8fab5 Add LLVM license in preparation for adding logo 2020-04-21 12:35:42 +02:00
Sam McCall
e7efb79737
Update issue template to point to new docs 2020-03-12 11:00:12 +01:00
Sam McCall
68c8b97885
Update README.md to point to new docs 2020-03-12 10:59:33 +01:00
Sam McCall
1e1281022b Update issue templates 2020-03-10 18:16:53 +01:00
Kirill Bobyrev
47ba9b16a5
Add references to other communication channels (#282) 2020-02-20 13:44:25 +01:00
Kirill Bobyrev
4b11bad775
Fix wording and remove reference to mailing list 2020-02-20 12:03:55 +01:00
Kirill Bobyrev
f7b55aeb19
Address review comments. 2020-02-20 11:46:08 +01:00
Sam McCall
e8ca89de59 yaml -> yml, the former doesn't work 2020-02-17 18:58:57 +01:00
Sam McCall
4f775f56b7
Add automatic weekly snapshot releases with Github Actions (#278)
Add automatic weekly snapshot releases with Github Actions
2020-02-17 18:41:16 +01:00
Kirill Bobyrev
ac147e77a7
Add references to other communication channels
We already have some communication channels that can be used to help our
users, but they are not very discoverable. Adding several links to the
README might help us to reach more Clangd users.
2020-02-12 14:35:39 +01:00
Sam McCall
c80cc3a6fc Add README 2019-01-16 14:47:16 +01:00