Dimitry Andric
fb142d8871
Next step in updating llvm/clang build glue: make libclang_rt build.
2017-12-23 21:41:32 +00:00
Dimitry Andric
c439438675
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r307894, and update
...
build glue.
2017-07-13 21:58:45 +00:00
Dimitry Andric
6d97bb297c
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304659, and update
...
build glue.
2017-06-03 18:18:34 +00:00
Dimitry Andric
d9650f189b
Update various libclang_rt Makefiles.
2017-01-10 22:13:44 +00:00
Dimitry Andric
53b715b5ba
Update compiler-rt to 3.9.0 release, and update the build glue for
...
libcompiler_rt and libclang_rt.
2016-09-03 21:41:29 +00:00
Dimitry Andric
f8ca070d3a
Merge compiler-rt release_38 branch r258968.
...
Note that there is still a problem on amd64, causing SIGBUS in the early
startup of Address Sanitizer. This is being investigated.
2016-02-06 13:39:20 +00:00
Dimitry Andric
8527908747
Update compiler-rt to 3.7.0 release. This also includes the sanitizer
...
and profile libraries.
2015-09-10 20:35:47 +00:00
Dimitry Andric
7ff616029d
Update compiler-rt to trunk r228651. This enables using Address
...
Sanitizer and Undefined Behavior Sanitizer with clang 3.6.0.
2015-02-22 22:31:36 +00:00
Dimitry Andric
91d03e2e18
Now compiler-rt has been updated in r276851, bring in the various
...
sanitizer libraries that already work on FreeBSD:
* asan: Address Sanitizer
* ubsan: Undefined Behavior Sanitizer
* profile: Profile Guided Optimization support
Please note that these libraries are *experimental* at this stage, so
the main Makefile is not yet connected to the build.
Since I didn't want to needlessly edit BSD.usr.dist, you will also have
to create the install directory /usr/lib/clang/3.5.0/lib/freebsd
manually for now.
2015-01-08 22:40:56 +00:00