I receive this error while running loom.
opt: CommandLine Error: Option 'loom-nv-debug' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
I built Loom using LLVM 3.8. Where I used a precompiled version and I built LLVM from source for building Loom.
I used this command for building Loom
cmake -G Ninja -DCMAKE_CXX_COMPILER=lvm/Release/bin/clang++ -DCMAKE_C_COMPILER=/llvm/Release/bin/clang-3.8 -D CMAKE_BUILD_TYPE=Release ..