aboutsummaryrefslogtreecommitdiff
path: root/lib/libclang_rt/profile
Commit message (Collapse)AuthorAgeFilesLines
* Follow-up to r358851 (llvm-project 10.0.0-rc3 import), where I addedDimitry Andric2020-08-101-0/+4
| | | | | | | | | | subdirectories for compiler-rt's internal fuzzer, profile and xray headers, but forgot to add installing those headers themselves. MFC after: 3 days Notes: svn path=/head/; revision=364081
* Update build glue for libclang_rt.Dimitry Andric2020-01-271-1/+1
| | | | Notes: svn path=/projects/clang1000-import/; revision=357178
* Update libclang_rt:Dimitry Andric2019-09-011-1/+0
| | | | | | | | | * Add cfi, dd, fuzzer and xray * Update arch support * Update OptionalObsoleteFiles.inc Notes: svn path=/projects/clang900-import/; revision=351667
* Next step in updating llvm/clang build glue: make libclang_rt build.Dimitry Andric2017-12-231-0/+4
| | | | Notes: svn path=/projects/clang600-import/; revision=327119
* Support compiling lib/libclang_rt/profile a bit more with recent versions of gccEnji Cooper2017-11-051-1/+1
| | | | | | | | | | | | Several of the flags were being treated as CFLAGS, when they were actually technically CXXFLAGS. Move them there. Only apply -fno-sanitize=safe-stack with clang. PR: 223179 Notes: svn path=/head/; revision=325442
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306956, and updateDimitry Andric2017-07-021-0/+1
| | | | | | | build glue. Notes: svn path=/projects/clang500-import/; revision=320572
* Expose symbols in lib/libclang_rt/profile to fix --coverageEnji Cooper2017-01-311-0/+3
| | | | | | | | | | | | | | The symbols currently hidden in libprofile_rt are needed for linking with `clang --coverage` to add coverage counters at link time and produce coverage numbers at runtime. In collaboration with: dim MFC after: 1 month Sponsored by: Dell EMC Isilon Differential Revision: D9168 Notes: svn path=/head/; revision=313009
* Update compiler-rt to 3.9.0 release, and update the build glue forDimitry Andric2016-09-031-14/+14
| | | | | | | libcompiler_rt and libclang_rt. Notes: svn path=/projects/clang390-import/; revision=305364
* DIRDEPS_BUILD: Update dependenciesBryan Drewery2016-06-141-0/+1
| | | | | | | | Approved by: re (gjb) Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=301891
* Merge compiler-rt release_38 branch r258968.Dimitry Andric2016-02-061-0/+3
| | | | | | | | Note that there is still a problem on amd64, causing SIGBUS in the early startup of Address Sanitizer. This is being investigated. Notes: svn path=/projects/clang380-import/; revision=295349
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+13
| | | | | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291563
* Update compiler-rt to 3.7.0 release. This also includes the sanitizerDimitry Andric2015-09-101-0/+1
| | | | | | | and profile libraries. Notes: svn path=/projects/clang370-import/; revision=287626
* Now compiler-rt has been updated in r276851, bring in the variousDimitry Andric2015-01-081-0/+17
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. Notes: svn path=/head/; revision=276857