[compiler-rt] r208462 - InstrProf: Pacify buildbots after r208460

Duncan P. N. Exon Smith dexonsmith at apple.com
Fri May 9 16:47:49 PDT 2014


Author: dexonsmith
Date: Fri May  9 18:47:49 2014
New Revision: 208462

URL: http://llvm.org/viewvc/llvm-project?rev=208462&view=rev
Log:
InstrProf: Pacify buildbots after r208460

Modified:
    compiler-rt/trunk/test/profile/instrprof-without-libc.c

Modified: compiler-rt/trunk/test/profile/instrprof-without-libc.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/instrprof-without-libc.c?rev=208462&r1=208461&r2=208462&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/instrprof-without-libc.c (original)
+++ compiler-rt/trunk/test/profile/instrprof-without-libc.c Fri May  9 18:47:49 2014
@@ -48,7 +48,6 @@ int main(int argc, const char *argv[]) {
 }
 // CHECK: !1 = metadata !{metadata !"branch_weights", i32 1, i32 2}
 
-// CHECK-SYMBOLS-NOT: GLOBAL
 // CHECK-SYMBOLS-NOT: ___cxx_global_var_init
 // CHECK-SYMBOLS-NOT: ___llvm_profile_register_write_file_atexit
 // CHECK-SYMBOLS-NOT: ___llvm_profile_set_filename





More information about the llvm-commits mailing list