about summary refs log tree commit diff
path: root/src/libprofiler_builtins/build.rs
AgeCommit message (Expand)AuthorLines
2020-04-11Require compiler-rt root at ../src/llvm-project/compiler-rtLuca Barbieri-2/+3
2020-03-18Remove -ffreestanding from libprofiler_builtins because we do need the standa...rojamd-1/+0
2020-01-07Handle changed InstrProfilingRuntime pathNikita Popov-2/+7
2020-01-07Add include path when compiling profiler runtimeNikita Popov-0/+1
2019-12-22Format the worldMark Rousskov-18/+21
2019-07-15Compile new InstrProfilingPlatformWindows.c fileNikita Popov-0/+1
2019-05-23Ship profiler with windows-gnuMateusz Mikuła-1/+5
2019-05-22Bump compiler-builtins to 0.1.15Alex Crichton-3/+1
2019-05-08libprofiler_builtins: Set compilation flags more correctly for C code.Michael Woerister-0/+13
2019-02-06libprofiler_builtins => 2018Taiki Endo-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+7
2018-03-25pgo: Blindly try to fix Windows build.Emilio Cobos Álvarez-0/+2
2018-03-25profiler_builtins: Add missing ProfilingNameVar file to the profiler build.Emilio Cobos Álvarez-0/+1
2018-03-25profiler-builtins: define COMPILER_RT_HAS_UNAME on non-msvc platforms.Emilio Cobos Álvarez-0/+1
2017-11-28*: strip calls to cc::Build::compileTamir Duberstein-1/+1
2017-09-28Update to the `cc` crateAlex Crichton-2/+2
2017-09-02update gcc crateRalf Jung-1/+1
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-1/+1
2017-06-12Redefine strdup, open, fdopen as _strdup, _open, _fdopen to avoid linking err...Marco Castelluccio-0/+3
2017-06-12Compile WindowsMMap too on MSVCMarco Castelluccio-14/+15
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+56