Skip to content

Commit 3a6c66a

Browse files
Make gentable outputs and strip_include_prefix match llvm directory.
1 parent 7517e24 commit 3a6c66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,10 +2232,10 @@ cc_binary(
22322232

22332233
gentbl(
22342234
name = "ScanDepsTableGen",
2235-
strip_include_prefix = "include/clang/tools/clang-scan-deps",
2235+
strip_include_prefix = "tools/clang-scan-deps",
22362236
tbl_outs = [(
22372237
"-gen-opt-parser-defs",
2238-
"include/clang/tools/clang-scan-deps/Opts.inc",
2238+
"tools/clang-scan-deps/Opts.inc",
22392239
)],
22402240
tblgen = "//llvm:llvm-tblgen",
22412241
td_file = "tools/clang-scan-deps/Opts.td",

0 commit comments

Comments
 (0)