[clang] [NFC][Clang] Move functions of BranchProtectionInfo out of line (PR #98329)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 00:16:39 PDT 2024


nikic wrote:

> in some build config `TargetInfo.cpp` is built without dependency to `LLVM-Core`.

Okay, that means that putting this code inside Basic/ is a layering violation. You need to move it into CodeGen/. Probably best to revert the whole change in the meantime.

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


More information about the cfe-commits mailing list