Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
QNX 8.QNX8 LLVM/Clang compiler suite
QNX 8.QNX8 LLVM/Clang compiler suite
/ – Rev 14
Rev
Go to most recent revision
|
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
14
2024-05-08 18:44:50
pmbaty
/
removed libunwind from LLVM build script (already supplied by QNX) + added native LLVM binaries
13
2024-05-06 00:43:10
pmbaty
/
LLVM 16.0.6 build script with clang, lld, libunwind and compiler-rt
GNU Make
GNU Binutils
GCC is still a work in progress
12
2024-05-04 15:51:49
pmbaty
/
added two more patches for libc++ to support QNX8: longjmp() and std::chrono
11
2024-05-04 04:30:28
pmbaty
/
more progress in building libc++...
10
2024-05-03 05:26:43
pmbaty
/
downgrade to LLVM 17.0.6 as LLVM 18's libc++ requires GCC 13, which QNX doesn't have
9
2024-05-03 00:01:12
pmbaty
/
LLVM cross-build now uses ccache!
8
2024-05-02 23:09:37
pmbaty
/
not building sanitizers with compiler-rt (POSIX hooks not supported on QNX)
7
2024-05-02 20:48:28
pmbaty
/
evolution of the LLVM cross-build script: disabled LLDB build due to missing ptrace() API in QNX, enabled libunwind + refactoring
6
2024-05-01 18:30:51
pmbaty
/
improved LLVM cross-build.sh script by patching lib/llvm/Support/Unix/Path.inc instead of hacking around with -D flags (see rationale)
5
2024-05-01 16:31:55
pmbaty
/
cleaner LLVM cross-build script. Hopefully builds LLD -- will see.
4
2024-05-01 04:46:15
pmbaty
/
updated cross-build.sh so that the output directories bin and lib/clang are redirected to the VM host. This version builds clang (but not yet lld nor libc++).
3
2024-05-01 01:35:49
pmbaty
/
cosmetic changes. Now building on the VMWare VM.
2
2024-05-01 00:31:50
pmbaty
/
added LLVM toolchain cross-build script (WIP)
1
2024-04-30 19:50:33
pmbaty
/
added pthread stub library "source code".