From: David Blaikie Date: Fri, 29 Jun 2018 21:58:24 +0000 (+0000) Subject: Spurious commit just to help Richard, because git is weird. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f4b04b8c6e771cac18940406830c139f6e7d7cc;p=clang Spurious commit just to help Richard, because git is weird. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336020 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/codegen.test b/test/Modules/codegen.test index a919933da2..2d20b078a7 100644 --- a/test/Modules/codegen.test +++ b/test/Modules/codegen.test @@ -6,6 +6,7 @@ RUN: %clang_cc1 -triple=x86_64-linux-gnu -fmodules-codegen -fmodules-debuginfo - RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -debug-info-kind=limited -o - %t/foo.pcm | FileCheck --check-prefix=FOO --check-prefix=BOTH %s RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -debug-info-kind=limited -o - -fmodules -disable-llvm-passes -fmodule-file=%t/foo.pcm %S/Inputs/codegen/use.cpp | FileCheck --check-prefix=BOTH --check-prefix=USE %s + For want of any better definition, inline asm goes "everywhere" the same as it if it were in a header (with the disadvantage that the inline asm will be included in the program if the module is used, even if the header containing