We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5442aa1 commit 1f3e2c6Copy full SHA for 1f3e2c6
llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni
@@ -32,7 +32,10 @@ template("tablegen") {
32
config_name = "${target_name}_config"
33
config(config_name) {
34
visibility = [ ":$target_name" ]
35
- include_dirs = [ target_gen_dir ]
+ include_dirs = [
36
+ target_gen_dir,
37
+ root_build_dir,
38
+ ]
39
}
40
41
compiled_action(target_name) {
0 commit comments