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-asm2.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-asm2.ll')
-rw-r--r-- | llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll b/llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll index 083390999b8..74365b42c60 100644 --- a/llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll +++ b/llvm/test/CodeGen/AVR/inline-asm/inline-asm2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=avr | FileCheck %s +; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s ; CHECK-LABEL: foo define void @foo(i16 %a) { |