[PATCH] D29904: [OpenMP] Prevent emission of exception handling code when using OpenMP to offload to NVIDIA devices.
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 29 11:08:51 PDT 2017
Hahnfeld added a comment.
LGTM. Please run `clang-format` before committing!
================
Comment at: test/OpenMP/target_parallel_no_exceptions.cpp:6-7
+
+#define SIZE 1000000
+#define EPS 1e-10
+
----------------
Not needed, please keep the test as small as possible
Repository:
rL LLVM
https://reviews.llvm.org/D29904
More information about the cfe-commits
mailing list