ldc/tests/driver/gh1945.d
Martin 4f8b4f1b4c Be more forgiving when pre-parsing target triple for config file lookup
Fixes issue #1945 by allowing `-march x86` besides `-march=x86`.
2017-01-03 21:09:35 +01:00

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-