Fangrui Song
63fbc77121
[Driver][test] Remove unused/obsoleted REQUIRES: clang-driver
...
It (introduced by 556d713c70
) appears to be
related to the removed dragonegg project. In addition, the feature was a bit
misnamed and may lur users to unnecessarily use it.
2022-04-12 13:29:46 -07:00
Martin Storsjö
e3fd9dc973
[clang] Enable -mms-bitfields by default for mingw targets
...
This matches GCC, which enabled -mms-bitfields by default for
mingw targets in 4.7 [1].
[1] https://www.gnu.org/software/gcc/gcc-4.7/changes.html
Differential Revision: https://reviews.llvm.org/D81795
2020-06-17 09:37:07 +03:00
NAKAMURA Takumi
525c4e0446
Mark clang/test/Driver/ms-bitfields.c as REQUIRES:clang-driver.
...
llvm-svn: 252961
2015-11-12 22:25:38 +00:00
Akira Hatanaka
0202848ad0
Add support for driver option -mno-ms-bitfields.
...
This option is used to cancel -mms-bitfields on the command line.
rdar://problem/15898553
llvm-svn: 252912
2015-11-12 17:21:22 +00:00