[llvm] [llvm] Introduce TargetInfo (PR #190730)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 05:47:46 PDT 2026


================
@@ -425,6 +434,43 @@ class TypeBuilder {
   }
 };
 
+inline bool RecordType::isEmpty() const {
----------------
nikic wrote:

I'd move these to Types.cpp instead, don't need to be in the header.

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


More information about the llvm-commits mailing list