[compiler-rt] r252575 - Rollback 252570 for further investigation

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 16:58:22 PST 2015


Author: davidxl
Date: Mon Nov  9 18:58:22 2015
New Revision: 252575

URL: http://llvm.org/viewvc/llvm-project?rev=252575&view=rev
Log:
Rollback 252570 for further investigation

Modified:
    compiler-rt/trunk/lib/profile/CMakeLists.txt

Modified: compiler-rt/trunk/lib/profile/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/CMakeLists.txt?rev=252575&r1=252574&r2=252575&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/profile/CMakeLists.txt Mon Nov  9 18:58:22 2015
@@ -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




More information about the llvm-commits mailing list