[flang-commits] [PATCH] D129156: Add -fpass-plugin option to Flang
    Andrzej Warzynski via Phabricator via flang-commits 
    flang-commits at lists.llvm.org
       
    Fri Nov  4 08:32:14 PDT 2022
    
    
  
awarzynski added inline comments.
================
Comment at: flang/test/CMakeLists.txt:65
 )
+if (NOT WIN32)
+  list(APPEND FLANG_TEST_DEPENDS Bye)
----------------
IIUC, `Bye` is only needed when plugins are enabled.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129156/new/
https://reviews.llvm.org/D129156
    
    
More information about the flang-commits
mailing list