blob: 59c5d8f18b30ec7cb96c18a5970252ee7694a4a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands")
refresh_compile_commands(
name = "refresh_compile_commands",
targets = {
"//willow:willow": "",
"//willow:willowc": "",
"//willow/unittest/ir:verifier": "",
},
)
|