tests/124: ICL alos does not use ASM

pull/5331/head
Dylan Baker 6 years ago
parent c91e779d8b
commit 86a8bf1148
  1. 2
      test cases/common/124 cpp and asm/meson.build

@ -15,7 +15,7 @@ endif
sources = ['trivial.cc']
# If the compiler cannot compile assembly, don't use it
if not ['msvc', 'clang-cl'].contains(meson.get_compiler('cpp').get_id())
if not ['msvc', 'clang-cl', 'intel-cl'].contains(meson.get_compiler('cpp').get_id())
sources += ['retval-' + cpu + '.S']
cpp_args = ['-DUSE_ASM']
message('Using ASM')

Loading…
Cancel
Save