diff options
Diffstat (limited to 'rules/CC/RULES')
-rw-r--r-- | rules/CC/RULES | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/CC/RULES b/rules/CC/RULES index f6f7272..7e527f7 100644 --- a/rules/CC/RULES +++ b/rules/CC/RULES @@ -431,6 +431,7 @@ , "BUILD_OBJECT_ONLY" , "BUILD_OBJECT_ONLY_DROP_OBJECT_LINKING" , "DEBUG" + , "LINT" ] , "implicit": {"defaults": ["defaults"]} , "field_doc": @@ -572,6 +573,11 @@ , "to still forward the \"link-args\" of that library, and thus getting" , "correct linking instructions for the resulting library." ] + , "LINT": + [ "Also provide nodes describing compile actions and header files;" + , "those can be used by lint rules (doing also the config transition)" + , "for additional checks." + ] } , "artifacts_doc": ["The actual library (libname.a) staged in the specified directory"] @@ -799,6 +805,7 @@ , "ENV" , "BUILD_POSITION_INDEPENDENT" , "DEBUG" + , "LINT" ] , "implicit": {"defaults": ["defaults"]} , "field_doc": @@ -866,6 +873,11 @@ , "ENV": ["The environment for any action generated."] , "BUILD_POSITION_INDEPENDENT": ["Build with -fPIC."] , "DEBUG": ["Compute the debug-stage, needed for local debugging."] + , "LINT": + [ "Also provide nodes describing compile actions and header files;" + , "those can be used by lint rules (doing also the config transition)" + , "for additional checks." + ] } , "artifacts_doc": ["The final binary, staged to the given directory"] , "runfiles_doc": ["None"] |