https://bugs.llvm.org/show_bug.cgi?id=36137

            Bug ID: 36137
           Summary: Add ability to disable bindings in CMake builds
           Product: Build scripts
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: cmake
          Assignee: unassignedb...@nondot.org
          Reporter: matti...@gmail.com
                CC: llvm-bugs@lists.llvm.org

Building the Go and OCaml bindings occasionally causes build errors for
downstream users:

https://github.com/libretro/Lakka/pull/431
https://github.com/rust-lang/rust/pull/47846

When these bindings are not used it is preferable to disable building them,
rather than work around the build errors. The autoconf build system provided
`--disable-bindings`, but there is no such option in the CMake system.

I am willing to write a patch for this, as it seems straightforward.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to