diff --git a/third_party/llvm/llvm.bzl b/third_party/llvm/llvm.bzl index d8e2faf2822..0a2c56033b5 100644 --- a/third_party/llvm/llvm.bzl +++ b/third_party/llvm/llvm.bzl @@ -61,7 +61,8 @@ def gentbl(name, tblgen, td_file, td_srcs, tbl_outs, library = True, **kwargs): message = "Generating code from table: %s" % td_file, cmd = (("$(location %s) " + "-I external/llvm-project/llvm/include " + "-I external/llvm-project/clang/include " + - "-I $$(dirname $(location %s)) " + "%s $(location %s) -o $@") % ( + "-I $$(dirname $(location %s)) " + ("%s $(location %s) --long-string-literals=0 " + + "-o $@")) % ( tblgen, td_file, opts,