[PATCH] D44848: Align stubs for external and common global variables to pointer size.

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 13:59:12 PDT 2018


espindola added inline comments.


================
Comment at: test/Object/X86/align-stub.ll:12
+
+$_ZTS3bar = comdat any
+
----------------
Code change LGTM, but can't you trim the test a bit? For example, why do you need two comdats to test a change on the exception table output?



Repository:
  rL LLVM

https://reviews.llvm.org/D44848





More information about the llvm-commits mailing list