Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: tests_lit/llvm2ice_tests/abi-atomics.ll

Issue 1019233002: Subzero: Fix floating-point constant pooling. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add a comment on use of default std::hash Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceGlobalContext.cpp ('k') | tests_lit/llvm2ice_tests/fp_const_pool.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/abi-atomics.ll
diff --git a/tests_lit/llvm2ice_tests/abi-atomics.ll b/tests_lit/llvm2ice_tests/abi-atomics.ll
index dad86ddabcef683b5f4a6bcd9a31148deeb31170..1ab13973f80a2a66bc958a75d210f9d9d16ca8e1 100644
--- a/tests_lit/llvm2ice_tests/abi-atomics.ll
+++ b/tests_lit/llvm2ice_tests/abi-atomics.ll
@@ -1,6 +1,8 @@
; This file is copied/adapted from llvm/test/NaCl/PNaClABI/abi-atomics.ll .
; TODO(stichnot): Find a way to share the file to avoid divergence.
+; REQUIRES: allow_dump
+
; RUN: %p2i -i %s --args --verbose none --exit-success -threads=0 2>&1 \
; RUN: | FileCheck %s
« no previous file with comments | « src/IceGlobalContext.cpp ('k') | tests_lit/llvm2ice_tests/fp_const_pool.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698