The test was checking that we passed -mconstructor-alias to host
compilation, but that explicitly shouldn't happen on Mac.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258737
91177308-0d34-0410-b5e6-
96231b3b80d8
// Check that we don't pass -mconstructor-aliases to CUDA device-side
// compilation, but we do pass it to host-side compilation.
-// RUN: %clang -### %s 2>&1 | FileCheck %s
+// RUN: %clang -### -target x86_64-linux-gnu %s 2>&1 | FileCheck %s
// CHECK: "-cc1"
// CHECK-NOT: "-fcuda-is-device" {{.*}}"-mconstructor-aliases"
// CHECK-NOT: "-mconstructor-aliases" {{.*}}"-fcuda-is-device"