History log of /external/compiler-rt/lib/profile/CMakeLists.txt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d1fdb26e458c4ddc04155c1d421bced3ba90cd0 29-May-2014 Stephen Hines <srhines@google.com> Update compiler-rt aosp/master for 3.5 (r209699) rebase.

Change-Id: I158a30186f0faea2e2400e9dfdd878db2eb40e90
/external/compiler-rt/lib/profile/CMakeLists.txt
e97262dc8ddfc6aa52871692569059b17c01d193 25-Jun-2013 Chandler Carruth <chandlerc@gmail.com> Remove the sysroot restriction from building GCDAProfiling.c.

We really need the C standard library to be available to implement the
profiling runtime library reasonably, and replicating everything in the
SDKs tree really isn't addressing any problems we have. Notably, all of
the sanitizer runtimes take the same approach, and this isn't a library
which could end up in a bootstrapping problem where the system headers
aren't even available.

This will hopefully prevent subsequent changes which start using various
other bits of C standard library to make things more debuggable.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@184798 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/CMakeLists.txt
4df99d2565a29889ca23a7cc11ed73e3c055b751 25-Mar-2013 Alexey Samsonov <samsonov@google.com> Add basic support for building profile compiler-rt library in CMake build on Darwin

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@177870 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/CMakeLists.txt
e75628e9e9bba6c65b067372d381d9e03560923a 19-Mar-2013 Alexey Samsonov <samsonov@google.com> Don't use --sysroot to linux SDK when building libprofile - SDK on Linux seems to be incomplete.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@177396 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/CMakeLists.txt
c9de451e97b85e9712939ac2bfb02295645e2e0f 19-Mar-2013 Alexey Samsonov <samsonov@google.com> Support CMake build of profile runtime library on Linux

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@177382 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/profile/CMakeLists.txt