Remove the sysroot restriction from building GCDAProfiling.c.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 25 Jun 2013 00:37:28 +0000 (00:37 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 25 Jun 2013 00:37:28 +0000 (00:37 +0000)
commit9fcb41d0fa6c4d504f9bd57d47d18e335ab889c4
treeacee829d3d4091ad6bbdea5b27a4184f4c71d633
parent70c86e1781b06bbfb25da2ad6568acad904b4f8b
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.

llvm-svn: 184798
compiler-rt/lib/profile/CMakeLists.txt