llvm-project/libunwind
Saleem Abdulrasool ea9c4fc75d unwind: clean up warnings from the build
Now thta the build is split, clean up some of the warnings in the build:
  cc1: warning: command line option '-nostdinc++' is valid for C++/ObjC++ but not for C
  cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C

Append the C++ specific flags specifically to the C++ sources.  Avoids the
spurious warnings due to invalid flags being passed during the compilation of
C++ sources.

llvm-svn: 235797
2015-04-25 02:06:15 +00:00
..
cmake libunwind: add new build logic 2015-04-25 01:46:35 +00:00
include
src unwind: clean up warnings from the build 2015-04-25 02:06:15 +00:00
CMakeLists.txt libunwind: add new build logic 2015-04-25 01:46:35 +00:00