diff options
author | Dylan McKay <me@dylanmckay.io> | 2017-02-22 22:41:13 +0000 |
---|---|---|
committer | Dylan McKay <me@dylanmckay.io> | 2017-02-22 22:41:13 +0000 |
commit | 19d9533496f90638402e2ead5ac98209da7145e7 (patch) | |
tree | 4265992fed0122856d7648498d7310ca24742f88 /llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll | |
parent | 75b34a9610dcecba1073ff01d4512eec42975b2a (diff) | |
download | bcm5719-llvm-19d9533496f90638402e2ead5ac98209da7145e7.tar.gz bcm5719-llvm-19d9533496f90638402e2ead5ac98209da7145e7.zip |
[AVR] Disable integrated assembler for a few tests
Fixes the build.
llvm-svn: 295895
Diffstat (limited to 'llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll')
-rw-r--r-- | llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll b/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll index 678395a3e5c..88d0c3af2e8 100644 --- a/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll +++ b/llvm/test/CodeGen/AVR/inline-asm/inline-asm.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=avr -mattr=movw | FileCheck %s +; RUN: llc < %s -march=avr -mattr=movw -no-integrated-as | FileCheck %s ; CHECK-LABEL: no_operands: define void @no_operands() { |