Don't use unique section names by default if using the integrated as.
This saves some IO and ccache space by not creating long section names. It should work with every ELF linker. llvm-svn: 233393
This commit is contained in:
@@ -72,3 +72,13 @@
|
||||
// RUN: -target i386-unknown-linux \
|
||||
// RUN: -fno-unique-section-names \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-NOUS %s
|
||||
|
||||
// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
|
||||
// RUN: -target i386-unknown-linux \
|
||||
// RUN: -fno-integrated-as \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-US %s
|
||||
|
||||
// RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
|
||||
// RUN: -target i386-unknown-linux \
|
||||
// RUN: -fintegrated-as \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-NOUS %s
|
||||
|
||||
Reference in New Issue
Block a user