[llvm] Add symbol visibility macros to abi-breaking.h.cmake (PR #110898)

Steven Wu via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 08:21:44 PST 2024


cachemeifyoucan wrote:

I just found this actually introduce a cyclic module dependency:
```
fatal error: cyclic dependency in module 'LLVM_Utils': LLVM_Utils -> LLVM_Config_ABI_Breaking -> LLVM_Utils
```
abi-breaking.h -> Compiler.h -> lllvm-config.h

abi-breaking and llvm-config belong to the same module.


https://github.com/llvm/llvm-project/pull/110898


More information about the llvm-commits mailing list