mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-07 11:26:02 +03:00
5 lines
157 B
Makefile
5 lines
157 B
Makefile
// REQUIRES: target_X86
|
|
// RUN: %ldc -c %s -v -march=x86 | FileCheck %s
|
|
// RUN: %ldc -c %s -v -march x86 | FileCheck %s
|
|
|
|
// CHECK: config {{.*}}.conf (i686-
|