From: David Blaikie Date: Wed, 12 Apr 2017 21:09:34 +0000 (+0000) Subject: Fix up test to handle the now split -fmodules-codegen and -fmodules-debuginfo flags X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f4fb48b66fd36cae33a4db137708ee7659a65d2;p=clang Fix up test to handle the now split -fmodules-codegen and -fmodules-debuginfo flags git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300105 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/codegen-nodep.test b/test/Modules/codegen-nodep.test index 0c3eb47a1e..9b718ca9a3 100644 --- a/test/Modules/codegen-nodep.test +++ b/test/Modules/codegen-nodep.test @@ -1,8 +1,8 @@ RUN: rm -rf %t REQUIRES: x86-registered-target -RUN: %clang_cc1 -triple=x86_64-linux-gnu -fmodules-codegen -x c++ -fmodules \ -RUN: -emit-module -fmodule-name=foo \ +RUN: %clang_cc1 -triple=x86_64-linux-gnu -fmodules-codegen -fmodules-debuginfo \ +RUN: -x c++ -fmodules -emit-module -fmodule-name=foo \ RUN: %S/Inputs/codegen-nodep/foo.modulemap -o - \ RUN: | llvm-bcanalyzer - -dump \ RUN: | FileCheck %s