Skip to content

Commit 76b1367

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents bd3728b + a400206 commit 76b1367

File tree

5 files changed

+235
-53
lines changed

5 files changed

+235
-53
lines changed

Bitcode/Benchmarks/Halide/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ if(NOT MSVC)
1010
endif()
1111

1212
macro(test_img_input img)
13-
llvm_test_run(%S/../images/${img}.bytes ${ARGN} %S/${img}_out.bytes)
13+
llvm_test_run(%S/images/${img}.bytes ${ARGN} %S/${img}_out.bytes)
1414
llvm_test_verify(%b/${FPCMP} %S/output/${img}_out.bytes %S/${img}_out.bytes)
1515
endmacro()
1616
macro(test_img_data target img)
17-
llvm_test_data(${target} ../images/${img}.bytes)
17+
llvm_test_data(${target} SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/.. images/${img}.bytes)
1818
llvm_test_data(${target} output/${img}_out.bytes)
1919
endmacro()
2020

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
10521052
io_real_boz2.f90
10531053
io_real_boz_4.f90
10541054
io_real_boz_5.f90
1055+
namelist_96.f90 # real data for integer NAMELIST input
10551056
no_unit_error_1.f90
10561057
pointer_check_10.f90
10571058
pointer_remapping_6.f08
@@ -1301,6 +1302,8 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
13011302
pr95614_2.f90
13021303
pr95882_3.f90
13031304
recursive_check_3.f90
1305+
restricted_expression_2.f90
1306+
restricted_expression_3.f90
13041307
return_1.f90
13051308
size_kind_3.f90
13061309
string_3.f90

0 commit comments

Comments
 (0)