diff options
author | David Blaikie <dblaikie@gmail.com> | 2018-06-29 21:58:24 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2018-06-29 21:58:24 +0000 |
commit | 18087fbc152d7c3e7d756dee48ace1042acc095c (patch) | |
tree | ca83037a6c9f375b4e2420081cc401f847dc21b3 /clang/test/Modules/codegen.test | |
parent | 7222e8e30bbd80e5fe93265e3d94ec36d55dc787 (diff) | |
download | bcm5719-llvm-18087fbc152d7c3e7d756dee48ace1042acc095c.tar.gz bcm5719-llvm-18087fbc152d7c3e7d756dee48ace1042acc095c.zip |
Spurious commit just to help Richard, because git is weird.
llvm-svn: 336020
Diffstat (limited to 'clang/test/Modules/codegen.test')
-rw-r--r-- | clang/test/Modules/codegen.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/codegen.test b/clang/test/Modules/codegen.test index a919933da2d..2d20b078a75 100644 --- a/clang/test/Modules/codegen.test +++ b/clang/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 |