Can't you omit '-o -' now too? On Wed, Aug 1, 2018 at 5:21 PM Roman Lebedev via cfe-commits < cfe-commits@lists.llvm.org> wrote:
> Author: lebedevri > Date: Wed Aug 1 14:20:58 2018 > New Revision: 338640 > > URL: http://llvm.org/viewvc/llvm-project?rev=338640&view=rev > Log: > [NFC][CodeGenCXX] Use -emit-llvm-only instead of -emit-llvm and ignoring > it. > > As pointed out by Richard Smith in post-review of r338489. > > Modified: > cfe/trunk/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp > > Modified: cfe/trunk/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp?rev=338640&r1=338639&r2=338640&view=diff > > ============================================================================== > --- cfe/trunk/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp > (original) > +++ cfe/trunk/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp Wed Aug > 1 14:20:58 2018 > @@ -1,4 +1,4 @@ > -// RUN: %clang_cc1 %s -emit-llvm -o - > +// RUN: %clang_cc1 %s -emit-llvm-only -o - > > // https://bugs.llvm.org/show_bug.cgi?id=38356 > // We only check that we do not crash. > > > _______________________________________________ > cfe-commits mailing list > cfe-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits