blob: 1fc3d8f6a617419dce9c32e1f104c81b88754909 [file] [log] [blame]
// RUN: env PATH=%s-helper %clang -no-integrated-as -target x86_64--linux %s -o - > %t.log
// RUN: env PATH=%s-helper %clang -no-integrated-as -m32 -target x86_64--linux %s -o - >> %t.log
// RUN: FileCheck -input-file %t.log %s
// CHECK: x86_64--linux-as called
// CHECK: x86_64--linux-ld called
// CHECK: x86_64--linux-as called
// CHECK: x86_64--linux-ld called
int
main(void)
{
return 0;
}