Skip to content

Commit

Permalink
Split a comment into generic description and note about the specific
Browse files Browse the repository at this point in the history
cmake use.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283027 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jsonn committed Oct 1, 2016
1 parent 1839f8a commit 962713f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/llvm/Config/config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 962713f

Please sign in to comment.