[PATCH] D39932: [CMake][runtimes] Don't process common options in runtimes build
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 15:57:39 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL318227: [CMake][runtimes] Don't process common options in runtimes build (authored by phosek).
Changed prior to commit:
https://reviews.llvm.org/D39932?vs=122560&id=122937#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39932
Files:
llvm/trunk/runtimes/CMakeLists.txt
Index: llvm/trunk/runtimes/CMakeLists.txt
===================================================================
--- llvm/trunk/runtimes/CMakeLists.txt
+++ llvm/trunk/runtimes/CMakeLists.txt
@@ -83,10 +83,6 @@
endif()
endif()
- # Handle common options used by all runtimes.
- include(AddLLVM)
- include(HandleLLVMOptions)
-
set(CMAKE_REQUIRED_FLAGS ${SAFE_CMAKE_REQUIRED_FLAGS})
set(CMAKE_REQUIRED_LIBRARIES ${SAFE_CMAKE_REQUIRED_LIBRARIES})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39932.122937.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171114/d15877fa/attachment.bin>
More information about the llvm-commits
mailing list