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
- Build Status
Buildable 9831 Build 9831: arc lint + arc unit
Event Timeline
Comment Actions
LGTM too other than test target dependent issue Mehdi pointed out.
| llvm/test/Bitcode/thinlto-asm-noimport.ll | ||
|---|---|---|
| 2 | Sadly, yes. =( | |
| llvm/test/Bitcode/thinlto-asm-noimport.ll | ||
|---|---|---|
| 5 | Added a REQUIRES line. | |
Is llvm-bcanalyzer *still* our only / preferred way of testing? :(