[llvm] [CFI][annotation] Leave alone function pointers in function annotations (PR #80173)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 00:54:07 PST 2024


================
@@ -0,0 +1,114 @@
+; RUN: opt %s -o %t.bc
+; RUN: opt -passes=lowertypetests %t.bc -o %t.o
----------------
nikic wrote:

There is no need to generate bitcode first, opt accepts IR input.

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


More information about the llvm-commits mailing list