[PATCH] D104150: [test-suite] NIST Fortran Compiler Validation Suite.
    Michael Kruse via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun 11 14:52:54 PDT 2021
    
    
  
Meinersbur added a comment.
Could you delete unused `driver_parse` and `driver_run`?
================
Comment at: cmake/modules/SingleMultiSource.cmake:87
+  if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${name}.reference_input)
+    set(REFERENCE_INPUT ${name}.reference_input)
+  endif()
----------------
Consider
```
list(APPEND RUN_OPTIONS < "${name}.reference_input")
```
Repository:
  rT test-suite
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104150/new/
https://reviews.llvm.org/D104150
    
    
More information about the llvm-commits
mailing list