diff options
| author | Alp Toker <alp@nuanti.com> | 2014-06-06 11:20:58 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-06-06 11:20:58 +0000 |
| commit | 7ce5f025a385511e12f8446a65ad71df0272e57c (patch) | |
| tree | 74bd24f821d42f91f6f8997112fa00256b474a67 /clang/test/Frontend/optimization-remark-line-directive.c | |
| parent | eae19460a75801781d3137a535741599a98fc807 (diff) | |
| download | bcm5719-llvm-7ce5f025a385511e12f8446a65ad71df0272e57c.tar.gz bcm5719-llvm-7ce5f025a385511e12f8446a65ad71df0272e57c.zip | |
Don't generate assembly in backend diagnostic tests
A leftover -S was generating unwanted output in the source tree overriding
-only flags that normally disable output.
This reverts commit r210323 and implements the proper fix.
Reported by Timur Iskhodzhanov!
llvm-svn: 210326
Diffstat (limited to 'clang/test/Frontend/optimization-remark-line-directive.c')
| -rw-r--r-- | clang/test/Frontend/optimization-remark-line-directive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/optimization-remark-line-directive.c b/clang/test/Frontend/optimization-remark-line-directive.c index c7606276ed0..f4c0011fb4f 100644 --- a/clang/test/Frontend/optimization-remark-line-directive.c +++ b/clang/test/Frontend/optimization-remark-line-directive.c @@ -2,7 +2,7 @@ // directives. We cannot map #line directives back to // a SourceLocation. -// RUN: %clang_cc1 %s -Rpass=inline -S -gline-tables-only -dwarf-column-info -emit-llvm-only -verify +// RUN: %clang_cc1 %s -Rpass=inline -gline-tables-only -dwarf-column-info -emit-llvm-only -verify int foo(int x, int y) __attribute__((always_inline)); int foo(int x, int y) { return x + y; } |

