[llvm] [CFI][annotation] Leave alone function pointers in function annotations (PR #80173)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 00:41:16 PST 2024
================
@@ -0,0 +1,46 @@
+; RUN: opt -passes=lowertypetests %s -o %t.o
----------------
nikic wrote:
After your last update, the test will also pass without your changes. I believe the issue is that you dropped the `!2 = !{i32 4, !"CFI Canonical Jump Tables", i32 0}` metadata, which is necessary.
https://github.com/llvm/llvm-project/pull/80173
More information about the llvm-commits
mailing list