meson/test cases/osx/7 bitcode
Nirbheek Chauhan 9042130e9a compilers: Fix bitcode and other options for objc code
We were setting the base options for the Objective-C compiler
manually, due to which options such as b_bitcode and b_ndebug were not
getting set at all.

The base options here are the same as for C code with the Clang
compiler, so just use the same inherited list.

Also expand the bitcode test to ObjC and ObjC++ so this doesn't happen
again.
2019-06-23 16:50:24 +03:00
..
libbar.mm compilers: Fix bitcode and other options for objc code 2019-06-23 16:50:24 +03:00
libfile.c compilers: Fix bitcode and other options for objc code 2019-06-23 16:50:24 +03:00
libfoo.m compilers: Fix bitcode and other options for objc code 2019-06-23 16:50:24 +03:00
meson.build compilers: Fix bitcode and other options for objc code 2019-06-23 16:50:24 +03:00
vis.h compilers: Fix bitcode and other options for objc code 2019-06-23 16:50:24 +03:00