<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt"><div style="" class="">At the moment OpenMP for clang lives here http://clang-omp.github.io/</div><div style="" class=""><br style="" class=""></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal" class="">At that address you can verify that the sources for this OpenMP implementation end up being in the same "standard" folder of the "vanilla" clang and compiler-rt.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal" class=""><br style="" class=""></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color:
 transparent; font-style: normal" class="">I assume that I can't mix the original compiler-rt and the original clang folders with the OpenMP ones, but I would like to ask this anyway since it's not explicitly stated anywhere: what's the best move here ? Compiling llvm/clang 2 times, 1 for the "vanilla" and 1 for OpenMP so we keep the sources separated ?</div></div></body></html>