7 lines · c
1// RUN: %clang -target x86_64-apple-darwin -fsyntax-only %s -no-integrated-as -### 2>&1 | FileCheck %s2 3// Test that the autolinking feature is disabled with *not* using the4// integrated assembler.5 6// CHECK: -fno-autolink7 1// RUN: %clang -target x86_64-apple-darwin -fsyntax-only %s -no-integrated-as -### 2>&1 | FileCheck %s2 3// Test that the autolinking feature is disabled with *not* using the4// integrated assembler.5 6// CHECK: -fno-autolink7