https://llvm.org/bugs/show_bug.cgi?id=30587
Bug ID: 30587 Summary: Inconsistency in commandline options with multiple OpenCL vendor libraries installed Product: clang Version: 3.9 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: -New Bugs Assignee: unassignedclangb...@nondot.org Reporter: ppr...@slackware.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified I used llvm+clang 3.9 to build several OpenCL vendor libraries, using ocl-icd as loader. The libs I tested where mesa, beignet and pocl. Any combination of more than one of those libs installed, results in below error when trying to use an OpenCL application (tested with clinfo, https://github.com/Oblomov/clinfo). ============= : CommandLine Error: Option 'enable-value-profiling' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options ============= When building the same libs with llvm+clang 3.8, everything works as expected. -- 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