summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2016-01-12 21:01:30 +0000
committerDan Gohman <dan433584@gmail.com>2016-01-12 21:01:30 +0000
commit0c6e316e890b710f0abbebb577919bcb2ae5a168 (patch)
treefeb71b1342c790358a8629fec75c3baa8483db06 /llvm/test
parentcec40806f19840d8a294caf2b59f40c53b18476d (diff)
downloadbcm5719-llvm-0c6e316e890b710f0abbebb577919bcb2ae5a168.tar.gz
bcm5719-llvm-0c6e316e890b710f0abbebb577919bcb2ae5a168.zip
[WebAssembly] Fix a test to work even when the integrated assembler is enabled.
Add -no-integrated-as to this test, since it's testing inline asm strings that aren't actually valid assembly syntax. llvm-svn: 257519
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/WebAssembly/inline-asm.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/inline-asm.ll b/llvm/test/CodeGen/WebAssembly/inline-asm.ll
index 5704abd5674..f35042e64f8 100644
--- a/llvm/test/CodeGen/WebAssembly/inline-asm.ll
+++ b/llvm/test/CodeGen/WebAssembly/inline-asm.ll
@@ -1,6 +1,7 @@
-; RUN: llc < %s -asm-verbose=false | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -no-integrated-as | FileCheck %s
-; Test basic inline assembly.
+; Test basic inline assembly. Pass -no-integrated-as since these aren't
+; actually valid assembly syntax.
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
OpenPOWER on IntegriCloud