This ensures that string (which was previously kept on the stack) is
still alive during finalization.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 3507 Build 3507: arc lint + arc unit
Event Timeline
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | ||
---|---|---|
115 | Str is an argument, so guaranteed (on a single thread) to exist through the execution of this function, no? Or is this about the report_fatal_error at the end, which could print garbage? |
Str is an argument, so guaranteed (on a single thread) to exist through the execution of this function, no?
Or is this about the report_fatal_error at the end, which could print garbage?