[compiler-rt] r194802 - LLVM's GoogleTest copy has moved its source code back to the default

Chandler Carruth chandlerc at gmail.com
Fri Nov 15 02:21:15 PST 2013


Author: chandlerc
Date: Fri Nov 15 04:21:15 2013
New Revision: 194802

URL: http://llvm.org/viewvc/llvm-project?rev=194802&view=rev
Log:
LLVM's GoogleTest copy has moved its source code back to the default
location, update this reference to reflect that.

Modified:
    compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake

Modified: compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake?rev=194802&r1=194801&r2=194802&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake (original)
+++ compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake Fri Nov 15 04:21:15 2013
@@ -109,10 +109,11 @@ endmacro()
 
 # Unittests support.
 set(COMPILER_RT_GTEST_PATH ${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest)
-set(COMPILER_RT_GTEST_SOURCE ${COMPILER_RT_GTEST_PATH}/gtest-all.cc)
+set(COMPILER_RT_GTEST_SOURCE ${COMPILER_RT_GTEST_PATH}/src/gtest-all.cc)
 set(COMPILER_RT_GTEST_INCLUDE_CFLAGS
   -DGTEST_NO_LLVM_RAW_OSTREAM=1
   -I${COMPILER_RT_GTEST_PATH}/include
+  -I${COMPILER_RT_GTEST_PATH}
 )
 
 # Use Clang to link objects into a single executable with just-built





More information about the llvm-commits mailing list