[all-commits] [llvm/llvm-project] 619dce: [Libomptarget] Don't use full names for exported p...
    Joseph Huber via All-commits 
    all-commits at lists.llvm.org
       
    Fri Oct 14 06:58:38 PDT 2022
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 619dced0fc5dafe4c24845add3e739a2c1e1ef1a
      https://github.com/llvm/llvm-project/commit/619dced0fc5dafe4c24845add3e739a2c1e1ef1a
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-10-14 (Fri, 14 Oct 2022)
  Changed paths:
    M openmp/libomptarget/plugins/exports
  Log Message:
  -----------
  [Libomptarget] Don't use full names for exported plugin symbols
Summary:
This patch changes the `exports` file to export all `__tgt_rtl`
functions. This is a better option as not each plugin implements all of
these functions, furthermore any new functions added will be
automatically included.
    
    
More information about the All-commits
mailing list