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" +
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" +
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits