diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-04-04 19:32:41 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-04-04 19:32:41 +0000 |
commit | d7329ef99f23d8697aa80d58d45f0afbcec0ea17 (patch) | |
tree | f08f2fc6b007544cfeba33fb2123addba6f33440 /clang/test/Driver/function-sections.c | |
parent | c3899d22342fcaef6b02b22c136b3e06ea918f95 (diff) | |
download | bcm5719-llvm-d7329ef99f23d8697aa80d58d45f0afbcec0ea17.tar.gz bcm5719-llvm-d7329ef99f23d8697aa80d58d45f0afbcec0ea17.zip |
Revert "Revert "Revert "Don't use unique section names by default if using the integrated as."""
This reverts commit r234101. I will debug what went wrong with ARM.
llvm-svn: 234104
Diffstat (limited to 'clang/test/Driver/function-sections.c')
-rw-r--r-- | clang/test/Driver/function-sections.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/Driver/function-sections.c b/clang/test/Driver/function-sections.c index 6c243195f62..ba065b1367a 100644 --- a/clang/test/Driver/function-sections.c +++ b/clang/test/Driver/function-sections.c @@ -72,13 +72,3 @@ // 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 |