[llvm] r256225 - Partial fix for PR25912, see comment 13. Should fix the sanitizer bootstrap bot
    Kostya Serebryany via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Dec 21 17:18:49 PST 2015
    
    
  
Author: kcc
Date: Mon Dec 21 19:18:49 2015
New Revision: 256225
URL: http://llvm.org/viewvc/llvm-project?rev=256225&view=rev
Log:
Partial fix for PR25912, see comment 13. Should fix the sanitizer bootstrap bot
Modified:
    llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll
Modified: llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll?rev=256225&r1=256224&r2=256225&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll (original)
+++ llvm/trunk/test/Instrumentation/InstrProfiling/PR23499.ll Mon Dec 21 19:18:49 2015
@@ -4,7 +4,7 @@
 
 ; RUN: opt < %s -mtriple=x86_64-apple-macosx10.10.0 -instrprof -S | FileCheck %s
 ; RUN: opt < %s -mtriple=x86_64-unknown-linux -instrprof -S | FileCheck %s
-; RUN: opt < %s -mtriple=x86_64-pc-win64-coff -instrprof -S | FileCheck %s --check-prefix=COFF
+; RUN: opt < %s -mtriple=x86_64-pc-win32-coff -instrprof -S | FileCheck %s --check-prefix=COFF
 
 $_Z3barIvEvv = comdat any
 
    
    
More information about the llvm-commits
mailing list