Index: tests_lit/llvm2ice_tests/fp.pnacl.ll |
diff --git a/tests_lit/llvm2ice_tests/fp.pnacl.ll b/tests_lit/llvm2ice_tests/fp.pnacl.ll |
index 474961a4b301e4d7d083bd3abbb687f3413141d8..ef40bae0b050fb5cb796dc20c0445fb8e8849426 100644 |
--- a/tests_lit/llvm2ice_tests/fp.pnacl.ll |
+++ b/tests_lit/llvm2ice_tests/fp.pnacl.ll |
@@ -7,6 +7,7 @@ |
; doesn't know how to symbolize non-section-local functions. |
; The newer LLVM 3.6 one does work, but watch out for other bugs. |
+; REQUIRES: x86-32 |
jvoung (off chromium)
2014/10/15 21:57:06
Any reason this is considered REQUIRES: x86-32 vs
Karl
2014/10/16 16:51:48
The point of this change was to show that requires
jvoung (off chromium)
2014/10/20 17:36:00
A good example might be tests_lit/llvm2ice_tests/a
Karl
2014/10/20 21:00:42
Added "REQUIRES: x86-32" to test file, since it is
|
; RUN: %p2i -i %s --args -O2 --verbose none \ |
; RUN: | FileCheck --check-prefix=CALLTARGETS %s |
; RUN: %p2i -i %s --args -O2 --verbose none \ |