[llvm] r283027 - Split a comment into generic description and note about the specific
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 1 01:05:50 PDT 2016
Author: joerg
Date: Sat Oct 1 03:05:50 2016
New Revision: 283027
URL: http://llvm.org/viewvc/llvm-project?rev=283027&view=rev
Log:
Split a comment into generic description and note about the specific
cmake use.
Modified:
llvm/trunk/include/llvm/Config/config.h.cmake
Modified: llvm/trunk/include/llvm/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=283027&r1=283026&r2=283027&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Sat Oct 1 03:05:50 2016
@@ -329,9 +329,8 @@
/* Define if we link Polly to the tools */
#cmakedefine LINK_POLLY_INTO_TOOLS
-/* Target triple LLVM will generate code for by default
- * Doesn't use `cmakedefine` because it is allowed to be empty.
- */
+/* Target triple LLVM will generate code for by default */
+/* Doesn't use `cmakedefine` because it is allowed to be empty. */
#define LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}"
/* Define to enable checks that alter the LLVM C++ ABI */
More information about the llvm-commits
mailing list