LLVM codgen support for unwinding inline assembly
This commit is contained in:
parent
491dd1f387
commit
91021de1f6
7 changed files with 109 additions and 18 deletions
|
@ -350,6 +350,8 @@ impl IntrinsicCallMethods<'tcx> for Builder<'a, 'll, 'tcx> {
|
|||
false,
|
||||
ast::LlvmAsmDialect::Att,
|
||||
&[span],
|
||||
false,
|
||||
None,
|
||||
)
|
||||
.unwrap_or_else(|| bug!("failed to generate inline asm call for `black_box`"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue