diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-14 12:38:44 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-14 12:38:44 +0200 |
commit | 5dd29fdb85b881ce4a67f1bc42b9c82ef653c829 (patch) | |
tree | 097bdf1e86f6d8a82b1bc90436dbaefbd4c21607 /CC/RULES | |
parent | dd8134dcc0a86fda90553fb9a777efb07495548a (diff) | |
parent | 2ab70dbcfa7f7f5a352c4ff15404227b47242c66 (diff) | |
download | rules-cc-5dd29fdb85b881ce4a67f1bc42b9c82ef653c829.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/RULES')
-rw-r--r-- | CC/RULES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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"] |