[PATCH] D51744: [WIP] Early ThinLTOLayer2 prototype

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 03:37:06 PDT 2018


sgraenitz added inline comments.


================
Comment at: unittests/ExecutionEngine/Orc/Inputs/Bar.ll:22
+^0 = module: (path: "Bar.o", hash: (1372045330, 2056102272, 1752332163, 195788812, 3147837727))
+^1 = gv: (name: "bar", summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImport: 1, live: 0, dsoLocal: 0), insts: 1))) ; guid = 16434608426314478903
----------------
`notEligibleToImport: 1` popped up recently and currently fails discovery with: //ignored! No qualifying callee with summary found.// Didn't find a quick way to fix that, so for now I will just clear it manually. Generated with:
```
clang -c -flto=thin Foo.cpp -o - | llvm-dis -o Foo.ll
```


Repository:
  rL LLVM

https://reviews.llvm.org/D51744





More information about the llvm-commits mailing list