Getting this error when using the LLVM C API and linking to a Release build
"Undefined symbols for architecture x86_64:
  \"_LLVMDumpType\", referenced from:
      _LLVMLink_LLVMDumpType_Wrapper in llvmc60.cpp.o
     (maybe you meant: _LLVMLink_LLVMDumpType_Wrapper)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see \
invocation)
make[2]: *** [LLVMLink.dylib] Error 1
make[1]: *** [CMakeFiles/LLVMLink.dir/all] Error 2
make: *** [all] Error 2
"This fixes 34633