| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/llvm12/files/ |
Upload File : |
--- clang/include/clang/Driver/Options.td.orig 2019-10-21 21:45:02.000000000 +0100 +++ clang/include/clang/Driver/Options.td 2019-10-22 00:00:39.833390000 +0100 @@ -1186,6 +1186,8 @@ Flags<[CC1Option]>; def fno_use_line_directives : Flag<["-"], "fno-use-line-directives">, Group<f_Group>; +def fformat_extensions: Flag<["-"], "fformat-extensions">, Group<f_Group>, Flags<[CC1Option]>, + HelpText<"Enable FreeBSD kernel specific format string extensions">; def ffreestanding : Flag<["-"], "ffreestanding">, Group<f_Group>, Flags<[CC1Option]>, HelpText<"Assert that the compilation takes place in a freestanding environment">; def fgnuc_version_EQ : Joined<["-"], "fgnuc-version=">, Group<f_Group>,