forked from OSchip/llvm-project
[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:
parent
346265e3bc
commit
c90ed44b31
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue