summaryrefslogtreecommitdiff
path: root/rules/CC/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-14 12:39:46 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-14 12:39:46 +0200
commit3c9a9f65bfdc87aa25c0a6ed99c1e5973b6fb477 (patch)
treebe28163420511f16f7a1da51bd7168a1fba86046 /rules/CC/RULES
parent2e8f03a66a8690dcd137834e0a3479e20b560b78 (diff)
parent5dd29fdb85b881ce4a67f1bc42b9c82ef653c829 (diff)
downloadrules-cc-3c9a9f65bfdc87aa25c0a6ed99c1e5973b6fb477.tar.gz
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/RULES')
-rw-r--r--rules/CC/RULES12
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"]