Displaying 2 results from an estimated 2 matches for "clang_f_fp_contract".
2012 Aug 01
2
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...quot;), (str:$v0 values))
, "-"#name#"=$v0", (str:$v0)>;
// This won't match unless the value is one of the ones in the list. We can
// generate a very good error message with the information we have that
// includes the list of valid values.
def clang_f_fp_contract : ClangSeparateValues<"ffp-contract",
["fast", "on", "off"]>;
ClangCC1.td:
include "Option.td"
def clang_cc1 : Tool;
class ClangCC1Option< list<string> prefixes
, string name
, dag...
2012 Aug 09
0
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
...; , "-"#name#"=$v0", (str:$v0)>;
>
> // This won't match unless the value is one of the ones in the list. We can
> // generate a very good error message with the information we have that
> // includes the list of valid values.
> def clang_f_fp_contract : ClangSeparateValues<"ffp-contract",
> ["fast", "on", "off"]>;
>
> ClangCC1.td:
> include "Option.td"
>
> def clang_cc1 : Tool;
>
> class ClangCC1Option< list<string> prefixes
>...