Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit ace5350

Browse files
committed
LLVM's GoogleTest copy has moved its source code back to the default
location, update this reference to reflect that. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194802 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent af1a714 commit ace5350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/Modules/AddCompilerRT.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,11 @@ endmacro()
109109

110110
# Unittests support.
111111
set(COMPILER_RT_GTEST_PATH ${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest)
112-
set(COMPILER_RT_GTEST_SOURCE ${COMPILER_RT_GTEST_PATH}/gtest-all.cc)
112+
set(COMPILER_RT_GTEST_SOURCE ${COMPILER_RT_GTEST_PATH}/src/gtest-all.cc)
113113
set(COMPILER_RT_GTEST_INCLUDE_CFLAGS
114114
-DGTEST_NO_LLVM_RAW_OSTREAM=1
115115
-I${COMPILER_RT_GTEST_PATH}/include
116+
-I${COMPILER_RT_GTEST_PATH}
116117
)
117118

118119
# Use Clang to link objects into a single executable with just-built

0 commit comments

Comments
 (0)