Go to file
Dean Michael Berris 427215ce5e [XRay][compiler-rt] Switch default XRay 'patch_premain' to false
Summary:
Currently, we assume that applications built with XRay would like to
have the instrumentation sleds patched before main starts. This patch
changes the default so that we do not patch the instrumentation sleds
before main. This default is more helpful for deploying applications in
environments where changing the current default is harder (i.e. on
remote machines, or work-pool-like systems).

This default (not to patch pre-main) makes it easier to selectively run
applications with XRay instrumentation enabled, than with the current
state.

Reviewers: echristo, timshen

Subscribers: mehdi_amini, llvm-commits

Differential Revision: https://reviews.llvm.org/D30396

llvm-svn: 296445
2017-02-28 08:10:01 +00:00
clang Set ABIs correctly for OpenBSD/arm; soft float and aapcs-linux. 2017-02-28 03:20:26 +00:00
clang-tools-extra [clangd] Make clangd install to bin 2017-02-27 21:40:35 +00:00
compiler-rt [XRay][compiler-rt] Switch default XRay 'patch_premain' to false 2017-02-28 08:10:01 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Remove XFAIL in implicit_deduction_guides tests 2017-02-27 21:10:41 +00:00
libcxxabi Attempt to fix arm-native libcxxabi tests for the no-exceptions variant 2017-02-27 15:31:34 +00:00
libunwind Fix the project name in the license file. 2017-02-27 17:47:58 +00:00
lld Refactor {Gnu,}HashTableSection classes. 2017-02-28 05:53:47 +00:00
lldb Add a comment to describe purpose of signal-filtering test 2017-02-28 02:40:34 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [IR] Add range accessors for the indices of a GEP instruction. 2017-02-28 08:04:20 +00:00
openmp [test] Try to link -latomic to provide atomics when available 2017-02-24 22:15:24 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Update isl to isl-0.18-304-g1efe43d 2017-02-28 07:06:06 +00:00