[cmake] terminate isl/stdint.h with a newline

This avoids warnings of the form:
  stdint.h:1:20: warning: no newline at end of file [-Wnewline-eof]

llvm-svn: 248570
This commit is contained in:
Tobias Grosser 2015-09-25 11:45:26 +00:00
parent 346265e3bc
commit c90ed44b31
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ configure_file("${ISL_BINARY_DIR}/gitversion.h.tmp"
"${ISL_BINARY_DIR}/gitversion.h" COPYONLY)
file(WRITE "${ISL_BINARY_DIR}/include/isl/stdint.h.tmp"
"${INCLUDE_STDINT_H}")
"${INCLUDE_STDINT_H}\n")
configure_file("${ISL_BINARY_DIR}/include/isl/stdint.h.tmp"
"${ISL_BINARY_DIR}/include/isl/stdint.h" COPYONLY)