brintos

brintos / llvm-project-archived public Read only

0
0
Text · 224 B · f1e7102 Raw
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