aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2020-02-05 17:40:48 +0100
committerTobias Burnus <tobias@codesourcery.com>2020-02-05 17:40:48 +0100
commit91bc3c98851670360dfcd312399c3ba35fb50231 (patch)
treedf2a515e9c2a71dd28a9e12af9f021a55fbed6d1 /libgomp/ChangeLog
parent269e8130b77065452698ab97e5da77d132d00276 (diff)
[libgomp] – Fix check_effective_target_offload_target_nvptx for remote execution
* testsuite/lib/libgomp.exp (check_effective_target_offload_target_nvptx): Pass flags as 'options' and not as 'source' argument to libgomp_target_compile.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 9b20b461841..56e9da7b864 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2020-02-05 Tobias Burnus <tobias@codesourcery.com>
+
+ * testsuite/lib/libgomp.exp
+ (check_effective_target_offload_target_nvptx): Pass flags as 'options'
+ and not as 'source' argument to libgomp_target_compile.
+
2020-02-03 Andrew Stubbs <ams@codesourcery.com>
* plugin/plugin-gcn.c (EF_AMDGPU_MACH_AMDGCN_GFX801): Remove.