diff options
author | Xinliang David Li <davidxl@google.com> | 2015-11-10 00:58:22 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2015-11-10 00:58:22 +0000 |
commit | 854dad77ec99fd4db64613ded937bd5d1d0bc17f (patch) | |
tree | c79489893ea924e5fe9a2e687b8c3fc2a8e8a8e9 | |
parent | 13cc3ab785bb4c3b34ec2fc4e742f54a64f73b4c (diff) | |
download | bcm5719-llvm-854dad77ec99fd4db64613ded937bd5d1d0bc17f.tar.gz bcm5719-llvm-854dad77ec99fd4db64613ded937bd5d1d0bc17f.zip |
Rollback 252570 for further investigation
llvm-svn: 252575
-rw-r--r-- | compiler-rt/lib/profile/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/profile/CMakeLists.txt b/compiler-rt/lib/profile/CMakeLists.txt index e1aa88e3580..6b37b39b4ff 100644 --- a/compiler-rt/lib/profile/CMakeLists.txt +++ b/compiler-rt/lib/profile/CMakeLists.txt @@ -11,8 +11,6 @@ set(PROFILE_SOURCES InstrProfilingRuntime.cc InstrProfilingUtil.c) -include_directories("${LLVM_MAIN_INCLUDE_DIR}") - if(APPLE) add_compiler_rt_runtime(clang_rt.profile STATIC |