[llvm] r203011 - Fix datalayout test that I broke with my previous LinkModules warning improvement.

JF Bastien jfb at google.com
Wed Mar 5 13:37:08 PST 2014


Author: jfb
Date: Wed Mar  5 15:37:08 2014
New Revision: 203011

URL: http://llvm.org/viewvc/llvm-project?rev=203011&view=rev
Log:
Fix datalayout test that I broke with my previous LinkModules warning improvement.

Modified:
    llvm/trunk/test/Linker/datalayout.ll

Modified: llvm/trunk/test/Linker/datalayout.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/datalayout.ll?rev=203011&r1=203010&r2=203011&view=diff
==============================================================================
--- llvm/trunk/test/Linker/datalayout.ll (original)
+++ llvm/trunk/test/Linker/datalayout.ll Wed Mar  5 15:37:08 2014
@@ -11,4 +11,4 @@ target datalayout = "e"
 ; this is a hack to check that llvm-link printed no warnings.
 ; WARN-A: FileCheck error: '-' is empty.
 
-; WARN-B: WARNING: Linking two modules of different data layouts!
+; WARN-B: WARNING: Linking two modules of different data layouts:





More information about the llvm-commits mailing list