Whitespace.

This commit is contained in:
Axel Naumann 2016-12-20 12:18:35 +01:00 committed by sftnight
parent f846990f8d
commit a7bb139829

View File

@ -292,10 +292,10 @@ macro(add_cling_library name)
if (MSVC)
# On Windows exceptions arent as generic as an x64 ABI.
# Stack unwinding code must be generated for every function between the
# throw and catch blocks.
# throw and catch blocks.
if (${name} STREQUAL "clingInterpreter")
# All of libClingInterpreter is compiled with exceptions, mostly because
# llvm_unreachable throws an exception. Otherwise it could be reduced:
# llvm_unreachable throws an exception. Otherwise it could be reduced:
# Exception.cpp, Interpreter.cpp, IncrementalParser.cpp,
# IncrementalExecutor.cpp
set(cling_ex_file_match ".cpp$")