[PATCH] D56321: [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file types
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 4 11:13:10 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL350426: [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file types (authored by aaronenyeshi, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D56321?vs=180249&id=180288#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56321/new/
https://reviews.llvm.org/D56321
Files:
cfe/trunk/test/Driver/hip-link-shared-library.hip
Index: cfe/trunk/test/Driver/hip-link-shared-library.hip
===================================================================
--- cfe/trunk/test/Driver/hip-link-shared-library.hip
+++ cfe/trunk/test/Driver/hip-link-shared-library.hip
@@ -9,3 +9,4 @@
// CHECK: # "amdgcn-amd-amdhsa" - "AMDGCN::Linker", inputs: ["[[OBJ3]]"], output: "[[IMG3:.*out]]"
// CHECK-NOT: offload bundler
// CHECK: # "x86_64-unknown-linux-gnu" - "GNU::Linker", inputs: ["[[OBJ1]]", "{{.*}}/Inputs/in.so", "[[IMG2]]", "[[IMG3]]"], output: "a.out"
+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56321.180288.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190104/c6009efe/attachment.bin>
More information about the cfe-commits
mailing list