[PATCH] D10656: LLVM OpenMP CMake Overhaul
Ed Maste
emaste at freebsd.org
Tue Jul 7 09:45:31 PDT 2015
Git complained when I applied this locally:
<stdin>:347: trailing whitespace.
set(LIBOMP_TOOLS_DIR ${LIBOMP_BASE_DIR}/tools)
<stdin>:472: trailing whitespace.
# - stats-gathering enables OpenMP stats where things like the number of
<stdin>:2076: trailing whitespace.
add_library(foo SHARED src_to_link.c)")
<stdin>:2146: trailing whitespace.
<stdin>:2149: space before tab in indent.
libomp_append(cppflags_local "-D CACHE_LINE=128")
warning: squelched 43 whitespace errors
warning: 48 lines add whitespace errors.
Repository:
rL LLVM
http://reviews.llvm.org/D10656
More information about the llvm-commits
mailing list