File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 95
95
unresolved = 'fatal' )
96
96
]
97
97
98
- if config .include_flang_new_driver_test :
99
- tools .append (ToolSubst ('%flang' , command = FindTool ('flang-new' ), unresolved = 'fatal' ))
100
- tools .append (ToolSubst ('%flang_fc1' , command = FindTool ('flang-new' ),
101
- extra_args = ['-fc1' ], unresolved = 'fatal' ))
102
- else :
103
- tools .append (ToolSubst ('%flang' , command = FindTool ('f18' ),
104
- unresolved = 'fatal' ))
105
- tools .append (ToolSubst ('%flang_fc1' , command = FindTool ('f18' ),
106
- unresolved = 'fatal' ))
98
+ tools .append (ToolSubst ('%flang' , command = FindTool ('flang-new' ), unresolved = 'fatal' ))
99
+ tools .append (ToolSubst ('%flang_fc1' , command = FindTool ('flang-new' ),
100
+ extra_args = ['-fc1' ], unresolved = 'fatal' ))
107
101
108
102
# Define some variables to help us test that the flang runtime doesn't depend on
109
103
# the C++ runtime libraries. For this we need a C compiler. If for some reason
Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ config.cplusplus_executable = "@CMAKE_CXX_COMPILER@"
22
22
config.macos_sysroot = "@CMAKE_OSX_SYSROOT@"
23
23
config.flang_standalone_build = "@FLANG_STANDALONE_BUILD@"
24
24
25
- # Control the regression test for flang-new driver
26
- import lit.util
27
- config.include_flang_new_driver_test = \
28
- lit.util.pythonize_bool("@FLANG_BUILD_NEW_DRIVER@")
29
-
30
25
# Support substitution of the tools_dir with user parameters. This is
31
26
# used when we can't determine the tool dir at configuration time.
32
27
try:
You can’t perform that action at this time.
0 commit comments