diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2021-09-02 12:40:22 +0300 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2021-09-02 12:42:23 +0300 |
commit | 50634deaa54afc08962563ccb1f0c0a6266b64b5 (patch) | |
tree | cce59912f6e1f9e214cd14741e35abfb848c1b0a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f5b997e6b7061323fff13fafcc0c311d9e78e848 (diff) | |
download | llvm-50634deaa54afc08962563ccb1f0c0a6266b64b5.zip llvm-50634deaa54afc08962563ccb1f0c0a6266b64b5.tar.gz llvm-50634deaa54afc08962563ccb1f0c0a6266b64b5.tar.bz2 |
Revert "[OpenMP][OpenMPIRBuilder] Implement loop unrolling."
Breaks build with -DBUILD_SHARED_LIBS=ON
```
CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle):
"LLVMFrontendOpenMP" of type SHARED_LIBRARY
depends on "LLVMPasses" (weak)
"LLVMipo" of type SHARED_LIBRARY
depends on "LLVMFrontendOpenMP" (weak)
"LLVMCoroutines" of type SHARED_LIBRARY
depends on "LLVMipo" (weak)
"LLVMPasses" of type SHARED_LIBRARY
depends on "LLVMCoroutines" (weak)
depends on "LLVMipo" (weak)
At least one of these targets is not a STATIC_LIBRARY. Cyclic dependencies are allowed only among static libraries.
CMake Generate step failed. Build files cannot be regenerated correctly.
```
This reverts commit 707ce34b06190e275572c3c46843036db1bab6d1.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions