summaryrefslogtreecommitdiff
path: root/test cases/osx/7 bitcode
AgeCommit message (Collapse)Author
2024-04-28Explicitly set OBJC=cc OBJCXX=c++ for bitcode testJonathan Schleifer
OBJC=clang / OBJCXX=clang++ can pick up a newer Clang that no longer supports bitcode.
2022-03-08tests: bitcode: add missing b_bitcode optionMarvin Scholz
The bitcode test did not actually have bitcode enabled, making it not really useful.
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2019-12-04ci/test: unused args for WindowsMichael Hirsch, Ph.D
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan
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.