[PATCH] D10656: LLVM OpenMP CMake Overhaul
Peyton, Jonathan L
jonathan.l.peyton at intel.com
Tue Jul 7 09:55:32 PDT 2015
Applying this on top of git commit bb405b5 in a clean source tree, I don't have any problems.
$ patch -p0 < D10656.diff
patching file runtime/CMakeLists.txt
patching file runtime/cmake/BuildPLRules.cmake
patching file runtime/cmake/Clang/AsmFlags.cmake
...
-- Johnny
-----Original Message-----
From: Ed Maste [mailto:emaste at freebsd.org]
Sent: Tuesday, July 7, 2015 11:46 AM
To: Peyton, Jonathan L; chandlerc at gmail.com
Cc: Cownie, James H; emaste at freebsd.org; howarth.mailing.lists at apple.com; cbergstrom at pathscale.com; llvm-commits at cs.uiuc.edu
Subject: Re: [PATCH] D10656: LLVM OpenMP CMake Overhaul
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