build: ignore pragma warnings with GCC
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 2 Apr 2014 03:51:16 +0000 (03:51 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 2 Apr 2014 03:51:16 +0000 (03:51 +0000)
commitf7da6c1fcf5d0968b473226df0ec7493d61f2711
tree9355af2b1e342384fae1ef4d90aa8d8bda312e4b
parent92e4846a7b2b331b2bfcad6e81ff55614d618328
build: ignore pragma warnings with GCC

GCC does not support '#pragma mark'.  Add -Wno-unknown-pragmas if the compiler
supports it.

llvm-svn: 205389
lldb/CMakeLists.txt