aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2015-03-05 02:56:05 +0000
committerNick Lewycky <nicholas@mxc.ca>2015-03-05 02:56:05 +0000
commit5b2d125c926908c0a8e6592dcb5754fb752a074e (patch)
tree8f2b4679c5f84759cdc20e0078b57b3a849917d0 /llvm/lib/CodeGen/MachineBlockPlacement.cpp
parentc1d6ab9a1eb05f14ec4d408031b673dc3d4c8131 (diff)
downloadllvm-5b2d125c926908c0a8e6592dcb5754fb752a074e.zip
llvm-5b2d125c926908c0a8e6592dcb5754fb752a074e.tar.gz
llvm-5b2d125c926908c0a8e6592dcb5754fb752a074e.tar.bz2
Fix build with GCC:
- GCC doesn't support #pragma mark, only Apple GCC and clang. Wrap the pragma mark's in #if 0 to make gcc ignore them but xcode still see them. - Wrap a bunch of "#pragma clang" lines in #ifdef __clang__. - Pacify gcc's -Wparenthesis in a case where it's quite reasonable. llvm-svn: 231344
Diffstat (limited to 'llvm/lib/CodeGen/MachineBlockPlacement.cpp')
0 files changed, 0 insertions, 0 deletions