Lines Matching +full:root +full:- +full:relative
3 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
15 " are the absolute directory paths that will be added with '-I'."
65 """Map the given includes to be relative to all root directories.
67 This will expand them to be relative to all the root directories available
69 the normal source root)
79 """Resolves include paths to paths relative to the execution root.
81 Relative paths are interpreted as relative to the current label's package.
82 Absolute paths are interpreted as relative to the current label's workspace
83 root."""
130 " invocation. Relative paths are interpreted as relative to" +
132 " interpreted as relative to the current label's workspace",
150 # Note that the td_file.dirname is already relative to the execution root,
163 args.add_all(trans_includes, before_each = "-I")
165 args.add("-o", ctx.outputs.out.path)
216 " invocation. Relative paths are interpreted as relative to" +
218 " interpreted as relative to the current label's workspace." +
231 # Note that the td_file.dirname is already relative to the execution root,
244 test_args.extend(["-I " + include for include in trans_includes.to_list()])
246 test_args.extend(["-o", "/dev/null"])
339 first_opt.replace("-", "_").replace("=", "_"),
422 skip_opts = ["-gen-op-doc"],
439 args.add("-op-shard-index", ctx.attr.index)
440 args.add("-o", ctx.outputs.out.path)
514 "-gen-op-defs",
515 "-op-shard-count=" + str(shard_count),
521 "-gen-op-decls",
522 "-op-shard-count=" + str(shard_count),
565 cmd = "echo -e \"#define GET_OP_DEFS_" + str(i) + "\n$$(cat $(SRCS))\" > $(OUTS)",