If a function contains inline asm and the module-level inline asm
contains the definition of a local symbol, prevent the function from
being imported in case the function-level inline asm refers to a
symbol in the module-level inline asm.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM too other than test target dependent issue Mehdi pointed out.
llvm/test/Bitcode/thinlto-asm-noimport.ll | ||
---|---|---|
2 ↗ | (On Diff #113506) | Sadly, yes. =( |
llvm/test/Bitcode/thinlto-asm-noimport.ll | ||
---|---|---|
5 ↗ | (On Diff #113506) | Added a REQUIRES line. |