Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "First bunch of changes to fix the CMake build of the new llvm…
…/cling version"

clang.git patch id: c46d940
  • Loading branch information
vgvassilev committed Jun 29, 2017
commit 359173a0cf46f23bc5a75895ee8b9e2c39f14010
7 changes: 1 addition & 6 deletions interpreter/llvm/src/tools/clang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,7 @@ add_subdirectory(tools)
add_subdirectory(runtime)

option(CLANG_BUILD_EXAMPLES "Build CLANG example programs by default." OFF)
if (CLANG_BUILD_EXAMPLES)
set(ENABLE_CLANG_EXAMPLES "1")
add_subdirectory(examples)
else()
set(ENABLE_CLANG_EXAMPLES "0")
endif()
add_subdirectory(examples)

if(APPLE)
# this line is needed as a cleanup to ensure that any CMakeCaches with the old
Expand Down