[Openmp-commits] [PATCH] D118637: [Libomptarget] Run GPU offloading tests using the new driver
    Jon Chesterfield via Phabricator via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Mon Jan 31 12:00:52 PST 2022
    
    
  
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/test/lit.cfg:112
 
 def remove_newRTL_suffix_if_present(name):
     if name.endswith('-newRTL'):
----------------
You need to generalise / replace this function to avoid passing nvptx64-newDriver or similar as the triple
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118637/new/
https://reviews.llvm.org/D118637
    
    
More information about the Openmp-commits
mailing list