From 2d7043a91e7fc7dbfd712366b7b6f9e1186e5428 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Wed, 1 Aug 2018 21:20:58 +0000 Subject: [PATCH] [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 --- test/CodeGenCXX/castexpr-basepathsize-threshold.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1