From: Roman Lebedev Date: Wed, 1 Aug 2018 21:20:58 +0000 (+0000) Subject: [NFC][CodeGenCXX] Use -emit-llvm-only instead of -emit-llvm and ignoring it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d7043a91e7fc7dbfd712366b7b6f9e1186e5428;p=clang [NFC][CodeGenCXX] Use -emit-llvm-only instead of -emit-llvm and ignoring it. As pointed out by Richard Smith in post-review of r338489. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338640 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp b/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp index d5c1f603ff..187f52797c 100644 --- a/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp +++ b/test/CodeGenCXX/castexpr-basepathsize-threshold.cpp @@ -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.