Commit Graph

166 Commits

Author SHA1 Message Date
Douglas R. Reno
218e13ce4b Revert back to LLVM-15.0.7 for now.
This should fix miscompilations and crashes with Thunderbird and
Firefox.
2023-03-25 18:36:50 -05:00
Xi Ruoyao
bb6209fca0
llvm: Update content and short descriptions 2023-03-19 16:26:58 +08:00
Xi Ruoyao
b30ce9bd3e
Update to LLVM-16.0.0 (#17799) 2023-03-19 15:32:43 +08:00
Douglas R. Reno
6bd8b8ab00 Tag LLVM, and mention an additional failed test 2023-02-15 10:03:29 -06:00
Xi Ruoyao
a7b21cc698
llvm: Modify CMakeList.txt to avoid using a stray directory 2023-02-10 21:25:35 +08:00
Pierre Labastie
54d589072b Remove eol spaces 2023-01-29 13:51:59 +01:00
Pierre Labastie
0f9a1f088b Merge branch 'trunk' into plabs/python-mods 2023-01-18 15:35:32 +01:00
Bruce Dubbs
e58cf1493e Update to llvm-15.0.7. 2023-01-13 14:29:43 -06:00
Bruce Dubbs
109eb9ef2c Install FileCheck when building llvm 2023-01-13 12:08:22 -06:00
Pierre Labastie
cf905e02e5 Merge branch 'trunk' into plabs/python-mods 2022-12-01 21:23:08 +01:00
Pierre Labastie
5a8c6008bf Update to LLVM-15.0.6 2022-11-30 15:44:26 +01:00
Bruce Dubbs
75fee1b462 emove references to Xorg "katamari"
Also tweak a tar command in llvm.
2022-11-29 15:46:29 -06:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Pierre Labastie
d2a21aaf6b Typo 2022-11-18 15:26:28 +01:00
Pierre Labastie
754f4c6dd9 Update to LLVM-15.0.5
Also change some bridgehead to para, to prevent jhalfs failure:
see 392f81410, for the same issue in openjdk.
2022-11-18 14:28:51 +01:00
Pierre Labastie
4f406eae0e Merge branch 'trunk' into plabs/python-mods 2022-11-17 08:58:32 +01:00
Bruce Dubbs
bfe8137437 Update to llvm-15.0.4. 2022-11-08 13:53:31 -06:00
Pierre Labastie
ddf66964af reference recommonmark in LLVM 2022-11-01 10:42:04 +01:00
Bruce Dubbs
f9e1bc3ed6 Update to llvm-15.0.3. 2022-10-23 12:37:43 -05:00
Pierre Labastie
8706503737 Fix SBU values for llvm and rust
When measuring the SB unit, I used a terminal with "time { ... }".
When measuring LLVM and rust SBUs, I redirected output. It seems
the gnome terminal is very slow, and when redirecting the output of
the "time" command above, the SB unit goes from 119s down to
86s.
2022-09-27 22:15:24 +02:00
Bruce Dubbs
e977e1382e Renamed cmake-15.0.1.src.tar.xz and placed on anduin. 2022-09-26 11:35:41 -05:00
Pierre Labastie
9a599135cf Update to llvm-15.0.1 2022-09-25 10:26:24 +02:00
Pierre Labastie
08c7ccd311 Fix alphabetical order in glossary 2022-09-10 14:32:49 +02:00
Pierre Labastie
0472eb0f00 Add instructions for pie and ssp in clang
Just instructions for now because in a hurry... TODO:
- Add command explanations
- Update changelog
- also gcc in blfs needs to get the switches for default pie and
  default ssp
2022-09-09 18:52:42 +02:00
Douglas R. Reno
ecc23863e9 libevent: Typo fix
llvm: Document new test failures
Tags
2022-08-22 14:03:54 -05:00
Pierre Labastie
8859e3025f Fix compiler-rt patch application in llvm 2022-08-17 09:03:30 +02:00
Bruce Dubbs
b344323973 Update to libwpe-1.12.2. 2022-08-14 13:32:50 -05:00
Xi Ruoyao
9e82e4a607
llvm: patch compiler-rt for glibc-2.36 2022-08-08 12:58:35 +08:00
Pierre Labastie
16a24a450d Fix compiler-rt md5 2022-07-02 09:41:04 +02:00
Bruce Dubbs
8fe85d0c32 Update to llvm-14.0.6. 2022-07-01 12:40:47 -05:00
Bruce Dubbs
1baa01427f Update to llvm-14.0.5. 2022-06-12 14:07:39 -05:00
Pierre Labastie
7a9a7b2665 Remove spaces at the end of lines 2022-04-20 15:36:11 +02:00
Bruce Dubbs
f520db9ff2 Update to llvm-14.0.1. 2022-04-14 13:59:25 -05:00
Pierre Labastie
bceef3d3a5 LLVM: add a note about the extracted directories 2022-04-11 12:33:20 +02:00
Bruce Dubbs
3e208e9941 Update to llvm-14.0.0. 2022-03-26 16:24:25 -05:00
Ken Moffat
b9c353b87a Typo fixes from rhubarbpieguy. 2022-03-25 03:29:22 +00:00
Douglas R. Reno
8c415ea2c2 Tags 2022-02-16 18:52:16 -06:00
Pierre Labastie
05f440b0c4 LLVM: remove the -DLLVM_BUILD_TESTS=ON switch
This switch only has the tests built during the "make" phase. Without
it, the tests still can be run, and are built during the
"make check-all" phase. This seems to save ~4SBU and ~0.3GB
if the tests are not run.
2022-02-14 08:43:45 +01:00
Bruce Dubbs
24b1627505 Package updates.
Update to tk8.6.12.
Update to mercurial-6.0.2.
Update to llvm-13.0.1.
2022-02-05 14:49:16 -06:00
Pierre Labastie
7975c68ae3 A few typos/formatting fix 2021-10-25 22:11:56 +02:00
Pierre Labastie
3e8c1264a0 Updates and a fix:
Update to LLVM-13.0.0
Update to rustc-1.56.0
Fix Seamonkey to build with the new version of rust
2021-10-25 22:00:08 +02:00
Pierre Labastie
85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Bruce Dubbs
88fdf09fa6 Tags 2021-08-26 22:27:50 -05:00
Douglas R. Reno
cd3ae66e30 Document additional test failures in LLVM. 2021-08-17 10:14:03 -05:00
Bruce Dubbs
179d426d27 Tags and a glibc-2.24 update for postfix 2021-08-16 23:21:17 -05:00
Bruce Dubbs
7863cf6ed9 Update to llvm-12.0.1. 2021-07-13 21:23:13 -05:00
Douglas R. Reno
b94b5b5c94 Add LLVM buildfix patch 2021-07-07 19:24:53 -05:00
Douglas R. Reno
599c6d08f1 Update to llvm-12.0.0 2021-05-12 16:03:39 -05:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Ken Moffat
2ee8145bad Revert r24349.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24351 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-03-09 20:55:40 +00:00