Commit fe36150b authored by Augie Fackler's avatar Augie Fackler
Browse files

cleanup: fix bazel build files for 668e33c6, straggler missed in b9062179

parent 145a9290
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -4704,12 +4704,22 @@ gentbl(
    td_srcs = ["include/llvm/Option/OptParser.td"],
)

expand_template(
    name = "sancov_main",
    out = "sancov-driver.cpp",
    substitutions = {
        "@TOOL_NAME@": "sancov",
    },
    template = "cmake/modules/llvm-driver-template.cpp.in",
)


cc_binary(
    name = "sancov",
    srcs = glob([
        "tools/sancov/*.cpp",
        "tools/sancov/*.h",
    ]),
    ]) + ["sancov-driver.cpp"],
    copts = llvm_copts,
    stamp = 0,
    deps = [