[flang-commits] [clang] [flang] [Flang][AMDGPU] Add rocm-path flag (PR #88190)

Joseph Huber via flang-commits flang-commits at lists.llvm.org
Fri Apr 12 07:09:43 PDT 2024


================
@@ -201,3 +201,16 @@
 ! RUN:      -nogpulibc %s 2>&1 \
 ! RUN:   | FileCheck --check-prefix=NO-LIBC-GPU-AMDGPU %s
 ! NO-LIBC-GPU-AMDGPU-NOT: "-lcgpu-amdgpu"
+
+! RUN:   rm -rf %t/Inputs
+! RUN:   mkdir -p %t/Inputs
+! RUN:   cp -r %S/../../../clang/test/Driver/Inputs/rocm %t/Inputs
----------------
jhuber6 wrote:

Can we just copy our own version here? Not a huge fan of pulling it out of Clang.

https://github.com/llvm/llvm-project/pull/88190


More information about the flang-commits mailing list