[PATCH] D122592: [OpenMP] Fix library path missing when using OpenMP
    Fangrui Song via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Mar 28 10:10:46 PDT 2022
    
    
  
MaskRay added inline comments.
================
Comment at: clang/test/OpenMP/library-path.c:1
+// RUN: %clang -### -fopenmp=libomp -v %s 2>&1 | FileCheck %s
+
----------------
MaskRay wrote:
> Suggest the style in `linux-cross.cpp`: use `-ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin` to specify InstalledDir and remove `-v`.
Without a `--target=` I suspect this may fail on some targets.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122592/new/
https://reviews.llvm.org/D122592
    
    
More information about the cfe-commits
mailing list