projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d47b8
)
[CMake] Adding some missing CMake includes. NFC.
author
Chris Bieneman
<beanz@apple.com>
Thu, 28 Apr 2016 18:22:01 +0000
(18:22 +0000)
committer
Chris Bieneman
<beanz@apple.com>
Thu, 28 Apr 2016 18:22:01 +0000
(18:22 +0000)
This happens to be working now because the includes exist in another CMake file that is included before this one. That will change with upcoming refactoring.
llvm-svn: 267912
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
patch
|
blob
|
history
diff --git
a/compiler-rt/cmake/Modules/CompilerRTUtils.cmake
b/compiler-rt/cmake/Modules/CompilerRTUtils.cmake
index
da5a2a1
..
4d16ca7
100644
(file)
--- a/
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
+++ b/
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
@@
-1,3
+1,6
@@
+include(CMakePushCheckState)
+include(CheckSymbolExists)
+
# Because compiler-rt spends a lot of time setting up custom compile flags,
# define a handy helper function for it. The compile flags setting in CMake
# has serious issues that make its syntax challenging at best.