================
@@ -51,6 +51,7 @@ add_llvm_component_library(LLVMObject
   BinaryFormat
   MCParser
   Support
+  Target
----------------
mysterymath wrote:

I'll definitely need to address this. My current plan is to address @arsenm 's 
FIXME (kinda) by moving the `isPreservedName` logic out of `IRSymtab` and into 
`LTO`, which already has a dependency on `Analysis`. Arguably this is the right 
place for this kind of logic to live too; it's not *really* part of the symbol 
table present on the module, it's information about what the code generator 
will later do.

https://github.com/llvm/llvm-project/pull/164916
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to