diff options
Diffstat (limited to 'test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp')
-rw-r--r-- | test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp b/test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp index 654e11b..5206640 100644 --- a/test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp +++ b/test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx %s -emit-llvm -S -o - | not grep gnu.linkonce. +// RUN: %llvmgxx %s -S -o - | not grep gnu.linkonce. // PR1085 class |