<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body><div style="font-family:Helvetica,Arial;font-size:13px">Greetings, </div><div style="font-family:Helvetica,Arial;font-size:13px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px">I have the below issue on my clang llvm build (build was successful): </div><div style="font-family:Helvetica,Arial;font-size:13px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px"><div style="margin:0px">/opt/llvm/build/install/bin/llvm-config --ldflags --libs --system-libs</div><div style="margin:0px">-L/opt/llvm/build/Release/lib </div><div style="margin:0px">llvm-config: error: component libraries and shared library</div><div style="margin:0px"><br></div><div style="margin:0px">llvm-config: error: missing: /opt/llvm/build/Release/lib/libgtest.a</div><div style="margin:0px">llvm-config: error: missing: /opt/llvm/build/Release/lib/libgtest_main.a</div><div style="margin:0px">llvm-config: error: missing: /opt/llvm/build/Release/lib/libLLVMTestingSupport.a</div><div><br></div><div>====</div><div><br></div><div>The build was based on latest git master branch of llvm:</div></div><div style="font-family:Helvetica,Arial;font-size:13px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px"><br></div><div style="font-family:Helvetica,Arial;font-size:13px"><div style="margin:0px">cmake \</div><div style="margin:0px"> -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt" \</div><div style="margin:0px"> -DCMAKE_BUILD_TYPE=Release \</div><div style="margin:0px"> -DCMAKE_INSTALL_PREFIX=./install \</div><div style="margin:0px"> -DLLVM_ROOT_DIR=./install \</div><div style="margin:0px"> -G "Unix Makefiles" ../llvm</div><div><br></div></div>make -j 47<div class="gmail_signature"></div><div><br></div><div>====</div><div><br></div><div>Am I missing any build setting aside "clang;clang-tools-extra;compiler-rt”</div><div><br></div><div>Thank you.</div></body></html>