Skip to content
Commit 322ffcea authored by Akira Hatanaka's avatar Akira Hatanaka
Browse files

[AsmPrinter] Use the per-function subtarget to emit inline asm instructions that

are not at the file level.

Previously, the default subtarget created from the target triple was used to
emit inline asm instructions. Compilation would fail in cases where the feature
bits necessary to assemble an inline asm instruction in a function weren't set.

llvm-svn: 232392
parent a8ec726b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment