Author: dblaikie
Date: Fri Jun 29 14:58:24 2018
New Revision: 336020

URL: http://llvm.org/viewvc/llvm-project?rev=336020&view=rev
Log:
Spurious commit just to help Richard, because git is weird.

Modified:
    cfe/trunk/test/Modules/codegen.test

Modified: cfe/trunk/test/Modules/codegen.test
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/codegen.test?rev=336020&r1=336019&r2=336020&view=diff
==============================================================================
--- cfe/trunk/test/Modules/codegen.test (original)
+++ cfe/trunk/test/Modules/codegen.test Fri Jun 29 14:58:24 2018
@@ -6,6 +6,7 @@ RUN: %clang_cc1 -triple=x86_64-linux-gnu
 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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to