[flang] [llvm] [flang][cuda] Pass allocator index to allocate functions (PR #157189)

Slava Zakharin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 19:59:04 PDT 2025


================
@@ -180,7 +180,7 @@ if ("${LLVM_RUNTIMES_TARGET}" MATCHES "^amdgcn|^nvptx")
 elseif(FLANG_RT_EXPERIMENTAL_OFFLOAD_SUPPORT STREQUAL "CUDA")
   # findloc.cpp has some issues with higher compute capability. Remove it
   # from CUDA build until we can lower its memory footprint.
-  list(REMOVE_ITEM supported_sources findloc.cpp)
+  
----------------
vzakhari wrote:

Is this intentional?

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


More information about the llvm-commits mailing list