[PATCH] D137360: [Linker] Remove nocallback attribute while linking

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 21:27:41 PDT 2022


arichardson added inline comments.


================
Comment at: llvm/test/Linker/drop-attribute.ll:13
+; CHECK-NOT: Function Attrs:
+; CHECK: declare void @test_nocallback()
+declare void @test_nocallback() nocallback
----------------
Checking the whole line should allow omitting the other two CHECK-NOT lines 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137360/new/

https://reviews.llvm.org/D137360



More information about the llvm-commits mailing list